potoki-core 2.2.2.1 → 2.2.3
raw patch · 2 files changed
+8/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Potoki.Core.Produce: instance GHC.Base.Monoid (Potoki.Core.Types.Produce a)
+ Potoki.Core.Produce: instance GHC.Base.Semigroup (Potoki.Core.Types.Produce a)
Files
- library/Potoki/Core/Produce.hs +7/−0
- potoki-core.cabal +1/−1
library/Potoki/Core/Produce.hs view
@@ -85,6 +85,13 @@ getElement return fetch +instance Semigroup (Produce a) where+ (<>) = (<|>)++instance Monoid (Produce a) where+ mempty = empty+ mappend = (<>)+ {-# INLINABLE list #-} list :: [input] -> Produce input list inputList =
potoki-core.cabal view
@@ -1,7 +1,7 @@ name: potoki-core version:- 2.2.2.1+ 2.2.3 synopsis: Low-level components of "potoki" description: