hmatrix-gsl-stats 0.4.1.2 → 0.4.1.3
raw patch · 2 files changed
+4/−2 lines, 2 filesdep ~vectorPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: vector
API changes (from Hackage documentation)
Files
- CHANGES +2/−0
- hmatrix-gsl-stats.cabal +2/−2
CHANGES view
@@ -101,3 +101,5 @@ 0.4.1.2: update for hmatrix 0.17 +0.4.1.3:+ lower vector package bound
hmatrix-gsl-stats.cabal view
@@ -1,5 +1,5 @@ Name: hmatrix-gsl-stats-Version: 0.4.1.2+Version: 0.4.1.3 License: BSD3 License-file: LICENSE Copyright: (c) A.V.H. McPhail 2010, 2011, 2013, 2015@@ -35,7 +35,7 @@ Default-language: Haskell2010 Build-Depends: base >= 4 && < 5, binary,- vector >= 0.11,+ vector, storable-complex, hmatrix >= 0.17