hquantlib 0.0.3.2 → 0.0.3.3
raw patch · 1 files changed
+9/−3 lines, 1 filesdep ~hmatrixdep ~hmatrix-gsldep ~statisticsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hmatrix, hmatrix-gsl, statistics, vector
API changes (from Hackage documentation)
Files
- hquantlib.cabal +9/−3
hquantlib.cabal view
@@ -1,5 +1,5 @@ name: hquantlib-version: 0.0.3.2+version: 0.0.3.3 license: LGPL license-file: LICENSE author: Pavel Ryzhov@@ -66,8 +66,8 @@ base >3 && <5, time >= 1.4.0.0 && < 1.7.0.0, containers >= 0.5.0.0 && < 0.6.0.0,- hmatrix >= 0.17.0.0 && < 0.18.0.0,- hmatrix-gsl >= 0.17.0.0 && < 0.18.0.0,+ hmatrix >= 0.17.0.0 && < 0.19.0.0,+ hmatrix-gsl >= 0.17.0.0 && < 0.19.0.0, hmatrix-special >= 0.4.0 && < 0.5.0, parallel >= 3.2.0.0 && < 3.3.0.0, mersenne-random >= 1.0.0.1 && < 2.0.0.0,@@ -85,6 +85,12 @@ main-is : Tests/McTest.hs hs-source-dirs : src ghc-options : -threaded -rtsopts+ other-modules : QuantLib.Math.InverseNormal+ QuantLib.Methods.MonteCarlo+ QuantLib.Stochastic+ QuantLib.Stochastic.Discretize+ QuantLib.Stochastic.Process+ QuantLib.Stochastic.Random build-depends : base, hquantlib, parallel,