---------------------------------------------------------------- -- wren ng thornton ~ 2014.03.30 ---------------------------------------------------------------- -- By and large Cabal >=1.2 is fine; but >= 1.6 gives tested-with: -- and source-repository:. Cabal-Version: >= 1.6 -- We need a custom build in order to define __HADDOCK__ Build-Type: Custom Name: exact-combinatorics Version: 0.2.0.7 Stability: experimental Homepage: http://code.haskell.org/~wren/ Author: wren ng thornton Maintainer: wren@community.haskell.org Copyright: Copyright (c) 2011--2013 wren ng thornton License: BSD3 License-File: LICENSE Category: Statistics, Math Synopsis: Efficient exact computation of combinatoric functions. Description: Efficient exact computation of combinatoric functions. Tested-With: GHC ==6.12.1, GHC ==7.6.1, GHC ==7.8.0 Extra-source-files: README, VERSION Source-Repository head Type: darcs Location: http://community.haskell.org/~wren/exact-combinatorics ---------------------------------------------------------------- Flag base4 Default: True Description: base-4.0 emits "Prelude deprecated" messages in order to get people to be explicit about which version of base they use. ---------------------------------------------------------------- Library Hs-Source-Dirs: src Exposed-Modules: Math.Combinatorics.Exact.Primes , Math.Combinatorics.Exact.Factorial , Math.Combinatorics.Exact.Binomial -- Data.IntList if flag(base4) Build-Depends: base >= 4 && < 5 else Build-Depends: base < 4 ---------------------------------------------------------------- ----------------------------------------------------------- fin.