packages feed

foldl-transduce 0.1.0.0 → 0.1.0.1

raw patch · 3 files changed

+16/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

+ CHANGELOG view
@@ -0,0 +1,7 @@+0.1.1.0+=======++- Changed signatures of transduce' and transduceM'.+- generalize' -> generalizeTransducer+- simplify' -> simplifyTransducer+- dropped direct profunctors dependency.
+ README.md view
@@ -0,0 +1,3 @@+Stateful transducers and streaming-preserving grouping operations for the folds+in Gabriel Gonzalez's [foldl](http://hackage.haskell.org/package/foldl)+package.
foldl-transduce.cabal view
@@ -1,5 +1,5 @@ Name: foldl-transduce-Version: 0.1.0.0+Version: 0.1.0.1 Cabal-Version: >=1.8.0.2 Build-Type: Simple License: BSD3@@ -11,6 +11,11 @@ Synopsis: Transducers for folds from foldl. Description: Stateful transducers and streaming-preserving grouping operations for the folds in the foldl package. Category: Control++Extra-Source-Files:+    README.md+    CHANGELOG+ Source-Repository head     Type: git     Location: git@github.com:danidiaz/foldl-transduce.git