hmatrix-gsl-stats 0.1.2.6 → 0.1.2.7
raw patch · 3 files changed
+9/−7 lines, 3 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Numeric.GSL.Histogram2D: instance (Storable a) => Storable (a, a)
+ Numeric.GSL.Histogram2D: instance Storable a => Storable (a, a)
Files
- CHANGES +2/−0
- hmatrix-gsl-stats.cabal +5/−5
- lib/Numeric/GSL/Histogram.hs +2/−2
CHANGES view
@@ -43,3 +43,5 @@ 0.1.2.6: hmatrix-0.10.0.0 release +0.1.2.7:+ changed import from Numeric.Container to Numeric.LinearAlgebra in Histogram.hs (strange)
hmatrix-gsl-stats.cabal view
@@ -1,5 +1,5 @@ Name: hmatrix-gsl-stats-Version: 0.1.2.6+Version: 0.1.2.7 License: GPL License-file: LICENSE Copyright: (c) A.V.H. McPhail 2010@@ -20,7 +20,7 @@ Category: Math, Statistics, FFI tested-with: GHC ==6.12.1 -cabal-version: >=1.2+cabal-version: >=1.6 build-type: Custom @@ -84,7 +84,7 @@ extra-libraries: extra-lib-dirs: - source-repository head- type: darcs- location: darcs get http://code.haskell.org/hmatrix-gsl-stats+source-repository head+ type: darcs+ location: http://code.haskell.org/hmatrix-gsl-stats
lib/Numeric/GSL/Histogram.hs view
@@ -51,8 +51,8 @@ import Data.Packed.Development --import Numeric.LinearAlgebra.Algorithms hiding (multiply)---import Numeric.LinearAlgebra.Linear hiding (multiply,add,divide,scale)-import Numeric.Container hiding (multiply,add,divide,scale)+import Numeric.LinearAlgebra hiding (multiply,add,divide,scale)+--import Numeric.Container --import Control.Monad import Data.Binary