name: np-extras version: 0.2.0.4 license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.6 tested-with: GHC == 6.12.1, GHC == 7.0.3 author: Brent Yorgey maintainer: Brent Yorgey category: Math synopsis: NumericPrelude extras description: Various extras to extend the NumericPrelude, including multivariate polynomials and factored rationals. source-repository head type: darcs location: http://code.haskell.org/~byorgey/code/np-extras Library build-depends: base >= 3.0 && < 4.5, numeric-prelude >= 0.1.1 && < 0.3, primes >= 0.1.1 && < 0.3, containers >= 0.3 && < 0.5 exposed-modules: MathObj.FactoredRational MathObj.Monomial MathObj.MultiVarPolynomial extensions: NoImplicitPrelude