pipes 4.3.6 → 4.3.7
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- pipes.cabal +1/−1
- src/Pipes/Core.hs +1/−1
CHANGELOG.md view
@@ -1,3 +1,7 @@+4.3.7++* Documentation fix+ 4.3.6 * Fix implementation of `pass` in `MonadWriter` instance for `Proxy`
pipes.cabal view
@@ -1,5 +1,5 @@ Name: pipes-Version: 4.3.6+Version: 4.3.7 Cabal-Version: >= 1.10 Build-Type: Simple Tested-With: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
src/Pipes/Core.hs view
@@ -247,7 +247,7 @@ | v | / | v | | v | x' <== <== b' <==\\ / x'<== <== c' x' <== <== c' | f | X | g | = | f '/>/' g |- x ==> ==> b ===/ \\ x ==> ==> c x ==> ==> c'+ x ==> ==> b ===/ \\ x ==> ==> c x ==> ==> c | | | \\ | | | | | | +----|----+ \\ +----|----+ +----|----+ v \\ v v