packages feed

deferred-folds 0.3 → 0.3.0.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

deferred-folds.cabal view
@@ -1,7 +1,7 @@ name:   deferred-folds version:-  0.3+  0.3.0.1 category:   Folding synopsis:
library/DeferredFolds/FoldlMView.hs view
@@ -6,7 +6,7 @@   {-|-A monadic variation of "DeferredFolds.FoldView"+A monadic variation of "DeferredFolds.FoldlView" -} newtype FoldlMView m input =   FoldlMView (forall output. (output -> input -> m output) -> output -> m output)