packages feed

hmatrix-gsl-stats 0.1.3.2 → 0.1.3.3

raw patch · 2 files changed

+5/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGES view
@@ -64,3 +64,6 @@ 0.1.3.2: 		fixed warning about CInt constructor not being exposed 		use System.IO.Unsafe.unsafePerformIO not from Foreign++0.1.3.3:+		removed reference to '-fvector' from the .cabal file
hmatrix-gsl-stats.cabal view
@@ -1,5 +1,5 @@ Name:               hmatrix-gsl-stats-Version:            0.1.3.2+Version:            0.1.3.3 License:            GPL License-file:       LICENSE Copyright:          (c) A.V.H. McPhail 2010, 2011@@ -15,8 +15,7 @@      .      Documentation can be found at <http://www.gnu.org/software/gsl/manual/>      .-     When hmatrix is installed with -fvector, the vector type is Data.Vector.Storable-     from the vector package.+     The vector type is Data.Vector.Storable from the 'vector' package. Category:           Math, Statistics, FFI tested-with:        GHC ==7.4.1