packages feed

pipes 4.3.8 → 4.3.9

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~basedep ~exceptionsdep ~semigroupsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, exceptions, semigroups

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+4.3.9++* Increase upper bound on `exceptions`+ 4.3.8  * Increase upper bound on `exceptions`
pipes.cabal view
@@ -1,5 +1,5 @@ Name: pipes-Version: 4.3.8+Version: 4.3.9 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@@ -48,7 +48,7 @@     Build-Depends:         base         >= 4.4     && < 5   ,         transformers >= 0.2.0.0 && < 0.6 ,-        exceptions   >= 0.4     && < 0.10,+        exceptions   >= 0.4     && < 0.11,         mmorph       >= 1.0.0   && < 1.2 ,         mtl          >= 2.2.1   && < 2.3 ,         void         >= 0.4     && < 0.8 ,