hmatrix-gsl-stats 0.4.1 → 0.4.1.1
raw patch · 3 files changed
+5/−14 lines, 3 filessetup-changedPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGES +3/−0
- Setup.lhs +1/−13
- hmatrix-gsl-stats.cabal +1/−1
CHANGES view
@@ -94,3 +94,6 @@ 0.4.1: changed discrete distribution return from Int to Word32 to match C uint++0.4.1.1:+ remove Config.hs and configure
Setup.lhs view
@@ -1,17 +1,5 @@ #! /usr/bin/env runhaskell > import Distribution.Simple-> import Distribution.Simple.Setup-> import Distribution.PackageDescription-> import Distribution.Simple.LocalBuildInfo--> import Config(config)--> main = defaultMainWithHooks simpleUserHooks { confHook = c }--> c x y = do-> binfo <- confHook simpleUserHooks x y-> pbi <- config binfo-> let pkg_descr = localPkgDescr binfo-> return $ binfo { localPkgDescr = updatePackageDescription pbi pkg_descr }+> main = defaultMain
hmatrix-gsl-stats.cabal view
@@ -1,5 +1,5 @@ Name: hmatrix-gsl-stats-Version: 0.4.1+Version: 0.4.1.1 License: BSD3 License-file: LICENSE Copyright: (c) A.V.H. McPhail 2010, 2011, 2013, 2015