@hackage exact-combinatorics0.2.0.8
Efficient exact computation of combinatoric functions.
Categories
License
BSD-3-Clause
Maintainer
wren@community.haskell.org
Links
Versions
Installation
CustomDependencies (1)
Dependents (10)
@hackage/haskseg, @hackage/dyckword, @hackage/variety, @hackage/hakaru, @hackage/acme-everything, @hackage/fast-arithmetic, Show all…
Package Flags
base4
(on by default)
base-4.0 emits "Prelude deprecated" messages in order to get people to be explicit about which version of base they use.
exact-combinatorics
This is a simple package and should be easy to install. You should be able to use one of the following standard methods to install it.
-- With cabal-install and without the source:
$> cabal install exact-combinatorics
-- With cabal-install and with the source already:
$> cd exact-combinatorics
$> cabal install
-- Without cabal-install, but with the source already:
$> cd exact-combinatorics
$> runhaskell Setup.hs configure --user
$> runhaskell Setup.hs build
$> runhaskell Setup.hs test
$> runhaskell Setup.hs haddock --hyperlink-source
$> runhaskell Setup.hs copy
$> runhaskell Setup.hs register
The test step is optional and currently does nothing. The Haddock step is also optional.
Portability
An attempt has been made to keep this library as portable as possible. It is Haskell98 except for the use of CPP, in order to get the Haddock documentation to come out right.
----------------------------------------------------------- fin.