potoki 2.0.11 → 2.0.12
raw patch · 2 files changed
+3/−2 lines, 2 filesdep ~potoki-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: potoki-core
API changes (from Hackage documentation)
+ Potoki.Transform: batch :: () => Int -> Transform a Vector a
Files
- library/Potoki/Transform.hs +1/−0
- potoki.cabal +2/−2
library/Potoki/Transform.hs view
@@ -14,6 +14,7 @@ just, list, vector,+ batch, chunk, distinctBy, distinct,
potoki.cabal view
@@ -1,7 +1,7 @@ name: potoki version:- 2.0.11+ 2.0.12 synopsis: Simple streaming in IO description:@@ -73,5 +73,5 @@ Potoki.Produce Potoki.Transform build-depends:- potoki-core >=2.2.12 && <2.3+ potoki-core >=2.2.13.1 && <2.3