packages feed

potoki-core 2.2.5.1 → 2.2.5.2

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

library/Potoki/Core/Consume.hs view
@@ -168,7 +168,7 @@         Just _ -> build fetchIO (succ acc)  {-# INLINABLE concat #-}-concat :: Monoid monoid => Consume monoid monoid+concat :: (Semigroup monoid, Monoid monoid) => Consume monoid monoid concat =   Consume $ \ (A.Fetch fetchIO) -> build fetchIO mempty   where
potoki-core.cabal view
@@ -1,7 +1,7 @@ name:   potoki-core version:-  2.2.5.1+  2.2.5.2 synopsis:   Low-level components of "potoki" description: