gsl-random 0.5.2 → 0.5.3
raw patch · 2 files changed
+5/−1 lines, 2 files
Files
- NEWS +3/−0
- gsl-random.cabal +2/−1
NEWS view
@@ -1,3 +1,6 @@+Changes in 0.5.3+* Fix setup configure script+ Changes in 0.5.2 * Replace deprecated 'rawSystemProgramStdout' call with 'getProgramOutput' * Update to Cabal >= 1.23
gsl-random.cabal view
@@ -1,5 +1,5 @@ name: gsl-random-version: 0.5.2+version: 0.5.3 homepage: http://github.com/patperry/hs-gsl-random synopsis: Bindings the the GSL random number generation facilities. description:@@ -26,6 +26,7 @@ custom-setup setup-depends: Cabal >= 1.23+ , base >= 4 && < 5 library hs-source-dirs: lib