packages feed

errors 2.2.3 → 2.2.4

raw patch · 2 files changed

+10/−6 lines, 2 filesdep ~exceptionsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: exceptions

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 2.2.4++* Increase upper bound on `exceptions`+ # 2.2.3  * Increase upper bound on `transformers-compat`
errors.cabal view
@@ -1,5 +1,5 @@ Name: errors-Version: 2.2.3+Version: 2.2.4 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@@ -24,11 +24,11 @@  Library     Build-Depends:-        base                >= 4     && < 5  ,-        exceptions          >= 0.6   && < 0.9,-        text                            < 1.3,-        transformers        >= 0.2   && < 0.6,-        transformers-compat >= 0.4   && < 0.7,+        base                >= 4     && < 5   ,+        exceptions          >= 0.6   && < 0.10,+        text                            < 1.3 ,+        transformers        >= 0.2   && < 0.6 ,+        transformers-compat >= 0.4   && < 0.7 ,         unexceptionalio     >= 0.3   && < 0.4     if impl(ghc <= 7.6.3)         Build-Depends: