packages feed

reducers 0.1.5 → 0.1.6

raw patch · 2 files changed

+5/−7 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Data.Semigroup.Union: class HasUnion f => HasUnion0 f
+ Data.Semigroup.Union: class HasUnionWith f => HasUnionWith0 f

Files

Data/Semigroup/Union.hs view
@@ -2,14 +2,12 @@ module Data.Semigroup.Union     ( module Data.Semigroup.Reducer     -- * Unions of Containers-    , HasUnion-    , empty-    , union+    , HasUnion(..)+    , HasUnion0(..)     , Union(Union,getUnion)     -- * Unions of Containers of Semigroups-    , HasUnionWith-    , emptyWith-    , unionWith+    , HasUnionWith(..)+    , HasUnionWith0(..)     , UnionWith(UnionWith,getUnionWith)     ) where 
reducers.cabal view
@@ -1,6 +1,6 @@ name:          reducers category:      Data, Math, Numerical, Semigroups-version:       0.1.5+version:       0.1.6 license:       BSD3 cabal-version: >= 1.6 license-file:  LICENSE