packages feed

Cabal revisions of polynomial-0.7.2

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

revision 1
-name:                   polynomial-version:                0.7.2-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,-                        vector,-                        vector-space,-                        vector-th-unbox >= 0.2.1-  -  if impl(ghc < 7.10)-    build-depends:      pretty < 1.1.2, prettyclass-  else-    build-depends:      pretty >= 1.1.2+name:                   polynomial
+version:                0.7.2
+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
+  
+  build-depends:        base >= 3 && <4.9,
+                        deepseq >= 1.1 && < 1.5,
+                        vector < 0.13,
+                        vector-space < 0.11,
+                        vector-th-unbox >= 0.2.1 && < 0.3
+  
+  if impl(ghc < 7.10)
+    build-depends:      pretty < 1.1.2, prettyclass == 1.0.*
+  else
+    build-depends:      pretty >= 1.1.2 && < 1.2