packages feed

potoki 2.1 → 2.1.1

raw patch · 2 files changed

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

Dependency ranges changed: potoki-core

Files

library/Potoki/Transform.hs view
@@ -23,6 +23,7 @@   builderChunks,   extractLines,   extractLinesWithoutTrail,+  extractLinesConcurrently,   -- * State   runState,   execState,@@ -37,9 +38,11 @@   bufferize,   bufferizeFlushing,   concurrently,+  concurrentlyInOrder,   unsafeConcurrently,   async,   concurrentlyWithBatching,+  concurrentlyInOrderWithBatching,   -- * File IO   deleteFile,   appendBytesToFile,
potoki.cabal view
@@ -1,7 +1,7 @@ name:   potoki version:-  2.1+  2.1.1 synopsis:   Simple streaming in IO description:@@ -73,5 +73,5 @@     Potoki.Produce     Potoki.Transform   build-depends:-    potoki-core >=2.3 && <2.4+    potoki-core >=2.3.1 && <2.4