packages feed

potoki 2.0.5 → 2.0.6

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~potoki-core

Dependency ranges changed: potoki-core

Files

library/Potoki/Transform.hs view
@@ -42,6 +42,9 @@   appendBytesToFile,   writeTextToFile,   -- * Debugging+  count,+  mapInIOWithCounter,+  handleCount,   traceWithCounter, ) where
potoki.cabal view
@@ -1,7 +1,7 @@ name:   potoki version:-  2.0.5+  2.0.6 synopsis:   Simple streaming in IO description:@@ -73,5 +73,5 @@     Potoki.Produce     Potoki.Transform   build-depends:-    potoki-core >=2.2.7 && <2.3+    potoki-core >=2.2.8 && <2.3