packages feed

hquantlib 0.0.2.4 → 0.0.2.5

raw patch · 1 files changed

+9/−7 lines, 1 filesdep +hmatrix-gsldep +vector-algorithmsdep ~hmatrixdep ~hmatrix-specialdep ~statisticsPVP ok

version bump matches the API change (PVP)

Dependencies added: hmatrix-gsl, vector-algorithms

Dependency ranges changed: hmatrix, hmatrix-special, statistics, time

API changes (from Hackage documentation)

Files

hquantlib.cabal view
@@ -1,5 +1,5 @@ name:           hquantlib-version:        0.0.2.4+version:        0.0.2.5 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.10.0+cabal-version:  >= 1.18.0  source-repository head         type:           git@@ -64,14 +64,16 @@                  build-depends:                           base            >3              && <5,-                        time            >= 1.4.0.0      && < 1.5.0.0,+                        time            >= 1.4.0.0      && < 1.7.0.0,                         containers      >= 0.5.0.0      && < 0.6.0.0,-                        hmatrix         >= 0.14.0.0     && < 0.15.0.0,-                        hmatrix-special >= 0.2.0        && < 0.3.0,+                        hmatrix         >= 0.16.0.0     && < 0.17.0.0,+                        hmatrix-gsl     >= 0.16.0.0     && < 0.17.0.0,+                        hmatrix-special >= 0.3.0        && < 0.4.0,                         parallel        >= 3.2.0.0      && < 3.3.0.0,                         mersenne-random >= 1.0.0.1      && < 2.0.0.0,-                        statistics      >= 0.10.4.0     && < 0.11.0.0,-                        vector          >= 0.10.0.0     && < 0.11.0.0+                        statistics      >= 0.13.0.0     && < 0.14.0.0,+                        vector          >= 0.10.0.0     && < 0.11.0.0,+                        vector-algorithms >= 0.6.0.0    && < 0.7.0.0          hs-source-dirs: src         ghc-options:    -Wall