errors 2.2.4 → 2.2.5
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~exceptionsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: exceptions
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- errors.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 2.2.5++* Increase upper bound on `exceptions`+ # 2.2.4 * Increase upper bound on `exceptions`
errors.cabal view
@@ -1,5 +1,5 @@ Name: errors-Version: 2.2.4+Version: 2.2.5 Cabal-Version: >=1.8.0.2 Build-Type: Simple Tested-With: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1@@ -25,7 +25,7 @@ Library Build-Depends: base >= 4 && < 5 ,- exceptions >= 0.6 && < 0.10,+ exceptions >= 0.6 && < 0.11, text < 1.3 , transformers >= 0.2 && < 0.6 , transformers-compat >= 0.4 && < 0.7 ,