hmatrix-gsl-stats 0.1.2.7 → 0.1.2.9
raw patch · 11 files changed
+13/−14 lines, 11 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGES +3/−0
- hmatrix-gsl-stats.cabal +5/−5
- lib/Numeric/GSL/Distribution/Common.hs +0/−1
- lib/Numeric/GSL/Distribution/Continuous.hs +0/−1
- lib/Numeric/GSL/Distribution/Discrete.hs +0/−1
- lib/Numeric/GSL/Fitting/Linear.hs +0/−1
- lib/Numeric/GSL/Histogram.hs +2/−1
- lib/Numeric/GSL/Histogram2D.hs +2/−1
- lib/Numeric/GSL/Permutation.hs +1/−1
- lib/Numeric/GSL/Sort.hs +0/−1
- lib/Numeric/GSL/Statistics.hs +0/−1
CHANGES view
@@ -45,3 +45,6 @@ 0.1.2.7: changed import from Numeric.Container to Numeric.LinearAlgebra in Histogram.hs (strange)++0.1.2.8:+ changed base to >= 4
hmatrix-gsl-stats.cabal view
@@ -1,8 +1,8 @@ Name: hmatrix-gsl-stats-Version: 0.1.2.7+Version: 0.1.2.9 License: GPL License-file: LICENSE-Copyright: (c) A.V.H. McPhail 2010+Copyright: (c) A.V.H. McPhail 2010, 2011 Author: Vivian McPhail Maintainer: haskell.vivian.mcphail <at> gmail <dot> com Stability: provisional@@ -18,9 +18,9 @@ When hmatrix is installed with -fvector, the vector type is Data.Vector.Storable from the vector package. Category: Math, Statistics, FFI-tested-with: GHC ==6.12.1+tested-with: GHC ==7.0.1 -cabal-version: >=1.6+cabal-version: >=1.8 build-type: Custom @@ -33,7 +33,7 @@ library - Build-Depends: base >= 3 && < 5, binary,+ Build-Depends: base >= 4 && < 5, binary, storable-complex, hmatrix >= 0.10.0.0
lib/Numeric/GSL/Distribution/Common.hs view
@@ -1,4 +1,3 @@-{-# OPTIONS_GHC -fglasgow-exts #-} ----------------------------------------------------------------------------- -- | -- Module : Numeric.GSL.Distribution.Common
lib/Numeric/GSL/Distribution/Continuous.hs view
@@ -1,4 +1,3 @@-{-# OPTIONS_GHC -fglasgow-exts #-} ----------------------------------------------------------------------------- -- | -- Module : Numeric.GSL.Distribution.Continuous
lib/Numeric/GSL/Distribution/Discrete.hs view
@@ -1,4 +1,3 @@-{-# OPTIONS_GHC -fglasgow-exts #-} ----------------------------------------------------------------------------- -- | -- Module : Numeric.GSL.Distribution.Discrete
lib/Numeric/GSL/Fitting/Linear.hs view
@@ -1,4 +1,3 @@-{-# OPTIONS_GHC -fglasgow-exts #-} ----------------------------------------------------------------------------- -- | -- Module : Numeric.GSL.Fitting.Linear
lib/Numeric/GSL/Histogram.hs view
@@ -1,4 +1,5 @@-{-# OPTIONS_GHC -fglasgow-exts #-}+{-# LANGUAGE EmptyDataDecls,+ FlexibleInstances #-} ----------------------------------------------------------------------------- -- | -- Module : Numeric.GSL.Histogram
lib/Numeric/GSL/Histogram2D.hs view
@@ -1,4 +1,5 @@-{-# OPTIONS_GHC -fglasgow-exts #-}+{-# LANGUAGE EmptyDataDecls,+ FlexibleInstances #-} ----------------------------------------------------------------------------- -- | -- Module : Numeric.GSL.Histogram2D
lib/Numeric/GSL/Permutation.hs view
@@ -1,4 +1,4 @@-{-# OPTIONS_GHC -fglasgow-exts #-}+{-# LANGUAGE EmptyDataDecls #-} ----------------------------------------------------------------------------- -- | -- Module : Numeric.GSL.Permutation
lib/Numeric/GSL/Sort.hs view
@@ -1,4 +1,3 @@-{-# OPTIONS_GHC -fglasgow-exts #-} ----------------------------------------------------------------------------- -- | -- Module : Numeric.GSL.Sort
lib/Numeric/GSL/Statistics.hs view
@@ -1,4 +1,3 @@-{-# OPTIONS_GHC -fglasgow-exts #-} ----------------------------------------------------------------------------- -- | -- Module : Numeric.GSL.Statistics