enumerator 0.4.13 → 0.4.13.1
raw patch · 3 files changed
+3/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- enumerator.cabal +1/−1
- hs/Data/Enumerator.hs +1/−1
- src/primitives.anansi +1/−1
enumerator.cabal view
@@ -1,5 +1,5 @@ name: enumerator-version: 0.4.13+version: 0.4.13.1 synopsis: Reliable, high-performance processing with left-fold enumerators license: MIT license-file: license.txt
hs/Data/Enumerator.hs view
@@ -367,7 +367,7 @@ step' <- runIteratee (h err) case step' of Continue k' -> runIteratee (k' stream)- _ -> return step+ _ -> return step' Continue k' -> return (Continue (wrap k'))
src/primitives.anansi view
@@ -133,6 +133,6 @@ step' <- runIteratee (h err) case step' of Continue k' -> runIteratee (k' stream)- _ -> return step+ _ -> return step' Continue k' -> return (Continue (wrap k')) :