Cabal revisions of np-extras-0.3.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: np-extras-version: 0.3.1.2-license: BSD3-license-file: LICENSE-build-type: Simple-cabal-version: >= 1.10-tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1, GHC == 8.0.1, GHC == 8.2.1, GHC == 8.4.1, GHC == 8.6.1-author: Brent Yorgey-maintainer: Brent Yorgey <byorgey@gmail.com>-bug-reports: http://hub.darcs.net/byorgey/np-extras/issues-category: Math-synopsis: NumericPrelude extras-description: Various extras to extend the NumericPrelude, including- multivariate polynomials and factored rationals.-extra-source-files: CHANGES.md-source-repository head- type: darcs- location: http://hub.darcs.net/byorgey/np-extras--Library- build-depends: base >= 3.0 && < 4.13,- numeric-prelude >= 0.3 && < 0.5,- primes >= 0.1.1 && < 0.3,- containers >= 0.3 && < 0.7- exposed-modules:- MathObj.FactoredRational- MathObj.Monomial- MathObj.MultiVarPolynomial- default-extensions: NoImplicitPrelude- other-extensions: PatternGuards, ViewPatterns- default-language: Haskell2010+name: np-extras +version: 0.3.1.2 +x-revision: 1 +license: BSD3 +license-file: LICENSE +build-type: Simple +cabal-version: >= 1.10 +tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1, GHC == 8.0.1, GHC == 8.2.1, GHC == 8.4.1, GHC == 8.6.1 +author: Brent Yorgey +maintainer: Brent Yorgey <byorgey@gmail.com> +bug-reports: http://hub.darcs.net/byorgey/np-extras/issues +category: Math +synopsis: NumericPrelude extras +description: Various extras to extend the NumericPrelude, including + multivariate polynomials and factored rationals. +extra-source-files: CHANGES.md +source-repository head + type: darcs + location: http://hub.darcs.net/byorgey/np-extras + +Library + build-depends: base >= 3.0 && < 4.13, + numeric-prelude >= 0.3 && < 0.5, + primes >= 0.1.1 && < 0.3, + containers >= 0.4.2 && < 0.7 + exposed-modules: + MathObj.FactoredRational + MathObj.Monomial + MathObj.MultiVarPolynomial + default-extensions: NoImplicitPrelude + other-extensions: PatternGuards, ViewPatterns + default-language: Haskell2010