packages feed

Cabal revisions of math-functions-0.1.7.0

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

revision 1
-name:           math-functions-version:        0.1.7.0-cabal-version:  >= 1.8-license:        BSD3-license-file:   LICENSE-author:         Bryan O'Sullivan <bos@serpentine.com>,-                Aleksey Khudyakov <alexey.skladnoy@gmail.com>-maintainer:     Bryan O'Sullivan <bos@serpentine.com>-homepage:       https://github.com/bos/math-functions-bug-reports:    https://github.com/bos/math-functions/issues-category:       Math, Numeric-build-type:     Simple-synopsis:       Special functions and Chebyshev polynomials-description:-  This library provides implementations of special mathematical-  functions and Chebyshev polynomials.  These functions are often-  useful in statistical and numerical computing.--extra-source-files:-  changelog.md-  README.markdown-  benchmark/*.hs-  tests/*.hs-  tests/Tests/*.hs-  tests/Tests/SpecFunctions/gen.py-  doc/sinc.hs--library-  ghc-options:          -Wall-  build-depends:        base >=3 && <5,-                        deepseq,-                        erf >= 2,-                        vector >= 0.7,-                        primitive,-                        vector-th-unbox-  exposed-modules:-    Numeric.MathFunctions.Constants-    Numeric.MathFunctions.Comparison-    Numeric.Polynomial-    Numeric.Polynomial.Chebyshev-    Numeric.SpecFunctions-    Numeric.SpecFunctions.Extra-    Numeric.Sum-  other-modules:-    Numeric.SpecFunctions.Internal--test-suite tests-  type:           exitcode-stdio-1.0-  ghc-options:    -Wall -threaded-  if arch(i386)-    -- The Sum tests require SSE2 on i686 to pass (because of excess precision)-    ghc-options:  -msse2-  hs-source-dirs: tests-  main-is:        tests.hs-  other-modules:-    Tests.Helpers-    Tests.Chebyshev-    Tests.Comparison-    Tests.SpecFunctions-    Tests.SpecFunctions.Tables-    Tests.Sum-  build-depends:-    math-functions,-    base >=3 && <5,-    deepseq,-    primitive,-    vector >= 0.7,-    vector-th-unbox,-    erf,-    HUnit      >= 1.2,-    QuickCheck >= 2.7,-    test-framework,-    test-framework-hunit,-    test-framework-quickcheck2--source-repository head-  type:     git-  location: https://github.com/bos/math-functions--source-repository head-  type:     mercurial-  location: https://bitbucket.org/bos/math-functions+name:           math-functions
+version:        0.1.7.0
+x-revision: 1
+cabal-version:  >= 1.8
+license:        BSD3
+license-file:   LICENSE
+author:         Bryan O'Sullivan <bos@serpentine.com>,
+                Aleksey Khudyakov <alexey.skladnoy@gmail.com>
+maintainer:     Bryan O'Sullivan <bos@serpentine.com>
+homepage:       https://github.com/bos/math-functions
+bug-reports:    https://github.com/bos/math-functions/issues
+category:       Math, Numeric
+build-type:     Simple
+synopsis:       Special functions and Chebyshev polynomials
+description:
+  This library provides implementations of special mathematical
+  functions and Chebyshev polynomials.  These functions are often
+  useful in statistical and numerical computing.
+
+extra-source-files:
+  changelog.md
+  README.markdown
+  benchmark/*.hs
+  tests/*.hs
+  tests/Tests/*.hs
+  tests/Tests/SpecFunctions/gen.py
+  doc/sinc.hs
+
+library
+  other-extensions: BangPatterns, CPP, DeriveDataTypeable, FlexibleContexts, MultiParamTypeClasses, ScopedTypeVariables, TemplateHaskell, TypeFamilies
+
+  ghc-options:          -Wall
+  build-depends:        base >=3 && <5,
+                        deepseq,
+                        erf >= 2,
+                        vector >= 0.7,
+                        primitive,
+                        vector-th-unbox
+  exposed-modules:
+    Numeric.MathFunctions.Constants
+    Numeric.MathFunctions.Comparison
+    Numeric.Polynomial
+    Numeric.Polynomial.Chebyshev
+    Numeric.SpecFunctions
+    Numeric.SpecFunctions.Extra
+    Numeric.Sum
+  other-modules:
+    Numeric.SpecFunctions.Internal
+
+test-suite tests
+  type:           exitcode-stdio-1.0
+  ghc-options:    -Wall -threaded
+  if arch(i386)
+    -- The Sum tests require SSE2 on i686 to pass (because of excess precision)
+    ghc-options:  -msse2
+  hs-source-dirs: tests
+  main-is:        tests.hs
+  other-modules:
+    Tests.Helpers
+    Tests.Chebyshev
+    Tests.Comparison
+    Tests.SpecFunctions
+    Tests.SpecFunctions.Tables
+    Tests.Sum
+  build-depends:
+    math-functions,
+    base >=3 && <5,
+    deepseq,
+    primitive,
+    vector >= 0.7,
+    vector-th-unbox,
+    erf,
+    HUnit      >= 1.2,
+    QuickCheck >= 2.7,
+    test-framework,
+    test-framework-hunit,
+    test-framework-quickcheck2
+
+source-repository head
+  type:     git
+  location: https://github.com/bos/math-functions
+
+source-repository head
+  type:     mercurial
+  location: https://bitbucket.org/bos/math-functions