packages feed

Cabal revisions of np-extras-0.3.1.3

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:           np-extras-version:        0.3.1.3-license:        BSD3-license-file:   LICENSE-build-type:     Simple-cabal-version:  >= 1.10-tested-with:    GHC ==7.10.3 || ==8.0.1 || ==8.2.1 || ==8.4.1 || ==8.6.1 || ==8.8.1 || ==8.10.7 || ==9.0.2 || ==9.2.2-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.17,-                 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+name:           np-extras
+version:        0.3.1.3
+x-revision: 1
+license:        BSD3
+license-file:   LICENSE
+build-type:     Simple
+cabal-version:  >= 1.10
+tested-with:    GHC ==7.10.3 || ==8.0.1 || ==8.2.1 || ==8.4.1 || ==8.6.1 || ==8.8.1 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.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.18,
+                 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
revision 2
 name:           np-extras
 version:        0.3.1.3
-x-revision: 1
+x-revision: 2
 license:        BSD3
 license-file:   LICENSE
 build-type:     Simple
 cabal-version:  >= 1.10
-tested-with:    GHC ==7.10.3 || ==8.0.1 || ==8.2.1 || ==8.4.1 || ==8.6.1 || ==8.8.1 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1
+tested-with:    GHC ==7.10.3 || ==8.0.1 || ==8.2.1 || ==8.4.1 || ==8.6.1 || ==8.8.1 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1
 author:         Brent Yorgey
 maintainer:     Brent Yorgey <byorgey@gmail.com>
 bug-reports:    http://hub.darcs.net/byorgey/np-extras/issues
   location: http://hub.darcs.net/byorgey/np-extras
 
 Library
-  build-depends: base >= 3.0 && < 4.18,
+  build-depends: base >= 3.0 && < 4.20,
                  numeric-prelude >= 0.3 && < 0.5,
                  primes >= 0.1.1 && < 0.3,
                  containers >= 0.4.2 && < 0.7
revision 3
 name:           np-extras
 version:        0.3.1.3
-x-revision: 2
+x-revision: 3
 license:        BSD3
 license-file:   LICENSE
 build-type:     Simple
 cabal-version:  >= 1.10
-tested-with:    GHC ==7.10.3 || ==8.0.1 || ==8.2.1 || ==8.4.1 || ==8.6.1 || ==8.8.1 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1
+tested-with:    GHC ==7.10.3 || ==8.0.1 || ==8.2.1 || ==8.4.1 || ==8.6.1 || ==8.8.1 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1 || ==9.12.1 
 author:         Brent Yorgey
 maintainer:     Brent Yorgey <byorgey@gmail.com>
 bug-reports:    http://hub.darcs.net/byorgey/np-extras/issues
   location: http://hub.darcs.net/byorgey/np-extras
 
 Library
-  build-depends: base >= 3.0 && < 4.20,
+  build-depends: base >= 3.0 && < 4.22,
                  numeric-prelude >= 0.3 && < 0.5,
                  primes >= 0.1.1 && < 0.3,
-                 containers >= 0.4.2 && < 0.7
+                 containers >= 0.4.2 && < 0.8
   exposed-modules:
     MathObj.FactoredRational
     MathObj.Monomial