statistics 0.14.0.1 → 0.14.0.2
raw patch · 4 files changed
+9/−4 lines, 4 filesdep ~base-orphansPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
Dependency ranges changed: base-orphans
API changes (from Hackage documentation)
+ Statistics.Resampling: instance (Data.Data.Data (v a), Data.Data.Data a, Data.Typeable.Internal.Typeable v) => Data.Data.Data (Statistics.Resampling.Bootstrap v a)
+ Statistics.Types: instance (Data.Data.Data (e a), Data.Data.Data a, Data.Typeable.Internal.Typeable e) => Data.Data.Data (Statistics.Types.Estimate e a)
Files
- Statistics/Resampling.hs +1/−1
- Statistics/Types.hs +1/−1
- changelog.md +5/−0
- statistics.cabal +2/−2
Statistics/Resampling.hs view
@@ -84,7 +84,7 @@ , resamples :: v a } deriving (Eq, Read, Show , Generic, Functor, T.Foldable, T.Traversable-#if __GLASGOW_HASKELL >= 708+#if __GLASGOW_HASKELL__ >= 708 , Typeable, Data #endif )
Statistics/Types.hs view
@@ -324,7 +324,7 @@ , estError :: !(e a) -- ^ Confidence interval for estimate. } deriving (Eq, Read, Show, Generic-#if __GLASGOW_HASKELL >= 708+#if __GLASGOW_HASKELL__ >= 708 , Typeable, Data #endif )
changelog.md view
@@ -1,3 +1,8 @@+## Changes in 0.14.0.2++ * Compatibility fixes with older GHC++ ## Changes in 0.14.0.1 * Restored compatibility with GHC 7.4 & 7.6
statistics.cabal view
@@ -1,5 +1,5 @@ name: statistics-version: 0.14.0.1+version: 0.14.0.2 synopsis: A library of statistical types, data, and functions description: This library provides a number of common functions and types useful@@ -103,7 +103,7 @@ Statistics.Types.Internal build-depends: aeson >= 0.6.0.0,- base >= 4.4 && < 5,+ base >= 4.5 && < 5, base-orphans >= 0.6 && <0.7, binary >= 0.5.1.0, deepseq >= 1.1.0.2,