gsl-random 0.5.0 → 0.5.1
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~vectorPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: vector
API changes (from Hackage documentation)
Files
- NEWS +3/−0
- gsl-random.cabal +2/−2
NEWS view
@@ -1,3 +1,6 @@+Changes in 0.5.1+* @avctrh added Stack support (LTS 8.4)+ Changes in 0.5.0 * Added Eq, Show, Data, Typeable instances
gsl-random.cabal view
@@ -1,5 +1,5 @@ name: gsl-random-version: 0.5.0+version: 0.5.1 homepage: http://github.com/patperry/hs-gsl-random synopsis: Bindings the the GSL random number generation facilities. description:@@ -33,4 +33,4 @@ extensions: DeriveDataTypeable, ForeignFunctionInterface build-depends: base >= 4 && < 5- , vector >= 0.7.0.1 && < 0.11+ , vector >= 0.7.0.1 && < 0.13.0.0