packages feed

Cabal revisions of polynomial-0.7.1

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

revision 1
-name:                   polynomial-version:                0.7.1-stability:              provisional--cabal-version:          >= 1.6-build-type:             Simple--author:                 James Cook <mokus@deepbondi.net>-maintainer:             James Cook <mokus@deepbondi.net>-license:                PublicDomain-homepage:               https://github.com/mokus0/polynomial--category:               Math, Numerical-synopsis:               Polynomials-description:            A type for representing polynomials, several functions-                        for manipulating and evaluating them, and several-                        interesting polynomial sequences.--source-repository head-  type: git-  location: git://github.com/mokus0/polynomial.git--Library-  ghc-options:          -Wall -fno-warn-name-shadowing-  if impl(ghc >= 7.4)-    ghc-options:        -fwarn-unsafe-  hs-source-dirs:       src-  exposed-modules:      Math.Polynomial-                        Math.Polynomial.Bernstein-                        Math.Polynomial.Bernoulli-                        Math.Polynomial.Chebyshev-                        Math.Polynomial.Hermite-                        Math.Polynomial.Interpolation-                        Math.Polynomial.Lagrange-                        Math.Polynomial.Legendre-                        Math.Polynomial.Newton-                        Math.Polynomial.NumInstance-                        Math.Polynomial.Type-                        Math.Polynomial.VectorSpace-  other-modules:        Data.List.ZipSum-                        Data.VectorSpace.WrappedNum-                        Math.Polynomial.Pretty-                        -  build-depends:        base >= 3 && <5, deepseq, pretty, prettyclass, vector, vector-space,-                        vector-th-unbox >= 0.2.1+name:                   polynomial
+version:                0.7.1
+x-revision: 1
+stability:              provisional
+
+cabal-version:          >= 1.6
+build-type:             Simple
+
+author:                 James Cook <mokus@deepbondi.net>
+maintainer:             James Cook <mokus@deepbondi.net>
+license:                PublicDomain
+homepage:               https://github.com/mokus0/polynomial
+
+category:               Math, Numerical
+synopsis:               Polynomials
+description:            A type for representing polynomials, several functions
+                        for manipulating and evaluating them, and several
+                        interesting polynomial sequences.
+
+source-repository head
+  type: git
+  location: git://github.com/mokus0/polynomial.git
+
+Library
+  ghc-options:          -Wall -fno-warn-name-shadowing
+  if impl(ghc >= 7.4)
+    ghc-options:        -fwarn-unsafe
+  hs-source-dirs:       src
+  exposed-modules:      Math.Polynomial
+                        Math.Polynomial.Bernstein
+                        Math.Polynomial.Bernoulli
+                        Math.Polynomial.Chebyshev
+                        Math.Polynomial.Hermite
+                        Math.Polynomial.Interpolation
+                        Math.Polynomial.Lagrange
+                        Math.Polynomial.Legendre
+                        Math.Polynomial.Newton
+                        Math.Polynomial.NumInstance
+                        Math.Polynomial.Type
+                        Math.Polynomial.VectorSpace
+  other-modules:        Data.List.ZipSum
+                        Data.VectorSpace.WrappedNum
+                        Math.Polynomial.Pretty
+                        
+  -- Skip GHC 7.4 due to vector-th-unbox anomaly in GHC 7.4 (this was fixed in polynomial-0.7.2) 
+  build-depends:        base < 4.5 || >= 4.6
+
+  build-depends:        base >= 3 && <4.9
+                      , deepseq >= 1.1 && < 1.5
+                      , pretty < 1.1.2
+                      , prettyclass == 1.0.*
+                      , vector < 0.13
+                      , vector-space < 0.11
+                      , vector-th-unbox >= 0.2.1 && < 0.3