name: polynomial version: 0.7.2 x-revision: 1 stability: provisional cabal-version: >= 1.6 build-type: Simple author: James Cook maintainer: James Cook 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