packages feed

potoki 2.0.6 → 2.0.7

raw patch · 3 files changed

+4/−2 lines, 3 filesdep ~potoki-core

Dependency ranges changed: potoki-core

Files

library/Potoki/Consume.hs view
@@ -16,6 +16,7 @@   foldingInIO,   execState,   writeBytesToFile,+  writeBytesToFileWithoutBuffering,   appendBytesToFile,   deleteFiles,   printBytes,
library/Potoki/Transform.hs view
@@ -45,6 +45,7 @@   count,   mapInIOWithCounter,   handleCount,+  handleCountOnInterval,   traceWithCounter, ) where
potoki.cabal view
@@ -1,7 +1,7 @@ name:   potoki version:-  2.0.6+  2.0.7 synopsis:   Simple streaming in IO description:@@ -73,5 +73,5 @@     Potoki.Produce     Potoki.Transform   build-depends:-    potoki-core >=2.2.8 && <2.3+    potoki-core >=2.2.9 && <2.3