packages feed

hquantlib 0.0.5.0 → 0.0.5.1

raw patch · 1 files changed

+9/−9 lines, 1 filesdep ~containersdep ~hmatrixdep ~hquantlib-timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers, hmatrix, hquantlib-time, statistics, time, vector-algorithms

API changes (from Hackage documentation)

Files

hquantlib.cabal view
@@ -1,5 +1,5 @@ name:           hquantlib-version:        0.0.5.0+version:        0.0.5.1 license:        LGPL license-file:   LICENSE author:         Pavel Ryzhov@@ -10,7 +10,7 @@ build-type:     Simple stability:      alpha homepage:       http://github.com/paulrzcz/hquantlib.git-cabal-version:  >= 1.18.0+cabal-version:  >= 1.18  source-repository head         type:           git@@ -19,7 +19,7 @@ source-repository this         type:           git         location:       https://github.com/paulrzcz/hquantlib.git-        tag:            0.0.3.4+        tag:            0.0.5.1  flag optimize         description : Enable optimizations for library and benchmarks@@ -64,17 +64,17 @@         build-depends:                         base                    >3              && <5,                         random                  >= 1.0          && < 2.0,-                        time                    >= 1.4.0.0      && < 1.9.0.0,-                        containers              >= 0.5.0.0      && < 0.6.0.0,-                        hmatrix                 >= 0.19.0.0     && < 0.20.0.0,+                        time                    >= 1.9.0.0      && < 1.10.0.0,+                        containers              >= 0.6.0.0      && < 0.7.0.0,+                        hmatrix                 >= 0.20.0.0     && < 0.21.0.0,                         hmatrix-gsl             >= 0.19.0.0     && < 0.20.0.0,                         hmatrix-special         >= 0.19.0       && < 0.20.0,                         parallel                >= 3.2.0.0      && < 3.3.0.0,                         mersenne-random-pure64  >= 0.2.0.0      && < 0.3.0.0,-                        statistics              >= 0.13.0.0     && < 0.15.0.0,+                        statistics              >= 0.15.0.0     && < 0.16.0.0,                         vector                  >= 0.11.0.0     && < 0.13.0.0,-                        vector-algorithms       >= 0.7.0.0      && < 0.8.0.0,-                        hquantlib-time          >= 0.0.4.0      && < 0.0.6.0+                        vector-algorithms       >= 0.8.0.0      && < 0.9.0.0,+                        hquantlib-time          >= 0.0.5.1      && < 0.0.6.0          hs-source-dirs: src         ghc-options:    -Wall