packages feed

monoid-statistics 1.1.3 → 1.1.4

raw patch · 3 files changed

+7/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Data.Monoid.Statistics.Numeric: CountW :: !Double -> !Double -> CountW
+ Data.Monoid.Statistics.Numeric: data CountW

Files

Changelog.md view
@@ -1,3 +1,8 @@+# Changes in 1.1.4++- Actually export `CountW`++ # Changes in 1.1.3  - `Data` and `Storable` instances for `CountG`.
Data/Monoid/Statistics/Numeric.hs view
@@ -24,6 +24,7 @@     CountG(..)   , Count   , asCount+  , CountW(..)     -- ** Mean algorithms     -- ** Default algorithms   , Mean
monoid-statistics.cabal view
@@ -1,5 +1,5 @@ Name:           monoid-statistics-Version:        1.1.3+Version:        1.1.4 Cabal-Version:  >= 1.10 License:        BSD3 License-File:   LICENSE