potoki 2.0.15 → 2.1
raw patch · 3 files changed
+3/−3 lines, 3 filesdep ~potoki-core
Dependency ranges changed: potoki-core
Files
- library/Potoki/Produce.hs +1/−0
- library/Potoki/Transform.hs +0/−1
- potoki.cabal +2/−2
library/Potoki/Produce.hs view
@@ -14,6 +14,7 @@ finiteMVar, infiniteMVar, enumInRange,+ mergeOrdering, ) where
library/Potoki/Transform.hs view
@@ -15,7 +15,6 @@ list, vector, batch,- chunk, distinctBy, distinct, executeIO,
potoki.cabal view
@@ -1,7 +1,7 @@ name: potoki version:- 2.0.15+ 2.1 synopsis: Simple streaming in IO description:@@ -73,5 +73,5 @@ Potoki.Produce Potoki.Transform build-depends:- potoki-core >=2.2.16 && <2.3+ potoki-core >=2.3 && <2.4