packages feed

exact-combinatorics-0.2.0.10: exact-combinatorics.cabal

----------------------------------------------------------------
-- wren gayle romano <wren@cpan.org>                ~ 2021.10.16
----------------------------------------------------------------

-- Cabal >=1.10 is required by Hackage.
Cabal-Version:  >= 1.10
Build-Type:     Simple

Name:           exact-combinatorics
Version:        0.2.0.10
Stability:      experimental
Homepage:       https://wrengr.org/
Author:         wren gayle romano
Maintainer:     wren@cpan.org
Copyright:      Copyright (c) 2011--2021 wren gayle romano
License:        BSD3
License-File:   LICENSE

Category:       Statistics, Math
Synopsis:       Efficient exact computation of combinatoric functions.
Description:    Efficient exact computation of combinatoric functions.

Extra-source-files:
    CHANGELOG, README.md

-- This should work as far back as GHC 7.4.1, but we don't verify that by CI.
-- <https://github.com/wrengr/exact-combinatorics/actions?query=workflow%3Aci>
Tested-With:
    GHC ==8.0.2,
    GHC ==8.2.2,
    GHC ==8.4.4,
    GHC ==8.6.5,
    GHC ==8.8.4,
    GHC ==8.10.3,
    GHC ==9.0.1

Source-Repository head
    Type:     git
    Location: https://github.com/wrengr/exact-combinatorics.git

----------------------------------------------------------------
Library
    Default-Language: Haskell2010
    Hs-Source-Dirs:  src
    Exposed-Modules: Math.Combinatorics.Exact.Primes
                   , Math.Combinatorics.Exact.Factorial
                   , Math.Combinatorics.Exact.Binomial
    -- Data.IntList
    
    -- The lower bound is more restrictive than necessary.
    -- But then, we don't maintain any CI tests for older
    -- versions, so these are the lowest bounds we've verified.
    Build-Depends: base >= 4.5 && < 5

----------------------------------------------------------------
----------------------------------------------------------- fin.