histogram-fill 0.8.0.0 → 0.8.1.0
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Data.Histogram.Fill: HBuilderM :: (a -> m ()) -> m b -> HBuilderM m a b
+ Data.Histogram.Fill: hbInput :: HBuilderM m a b -> a -> m ()
+ Data.Histogram.Fill: hbOutput :: HBuilderM m a b -> m b
Files
- Data/Histogram/Fill.hs +1/−1
- histogram-fill.cabal +5/−1
Data/Histogram/Fill.hs view
@@ -20,7 +20,7 @@ , (-<<) -- * Histogram builders -- ** Stateful- , HBuilderM+ , HBuilderM(..) , feedOne , freezeHBuilderM -- ** Stateless
histogram-fill.cabal view
@@ -1,9 +1,13 @@ Name: histogram-fill-Version: 0.8.0.0+Version: 0.8.1.0 Synopsis: Library for histograms creation. Description: This is library for histograms filling. Its aim to provide convenient way to create and fill histograms. + .+ Changes in 0.8.1.0+ .+ * Constructor of @HBuilderM@ exported. . Changes in 0.8.0.0 .