pipes 4.3.7 → 4.3.8
raw patch · 2 files changed
+11/−7 lines, 2 filesdep ~exceptions
Dependency ranges changed: exceptions
Files
- CHANGELOG.md +4/−0
- pipes.cabal +7/−7
CHANGELOG.md view
@@ -1,3 +1,7 @@+4.3.8++* Increase upper bound on `exceptions`+ 4.3.7 * Documentation fix
pipes.cabal view
@@ -1,5 +1,5 @@ Name: pipes-Version: 4.3.7+Version: 4.3.8 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@@ -46,12 +46,12 @@ HS-Source-Dirs: src Build-Depends:- base >= 4.4 && < 5 ,- transformers >= 0.2.0.0 && < 0.6,- exceptions >= 0.4 && < 0.9,- mmorph >= 1.0.0 && < 1.2,- mtl >= 2.2.1 && < 2.3,- void >= 0.4 && < 0.8,+ base >= 4.4 && < 5 ,+ transformers >= 0.2.0.0 && < 0.6 ,+ exceptions >= 0.4 && < 0.10,+ mmorph >= 1.0.0 && < 1.2 ,+ mtl >= 2.2.1 && < 2.3 ,+ void >= 0.4 && < 0.8 , semigroups >= 0.17 && < 0.19 Exposed-Modules: