errors 1.2.0 → 1.2.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~eitherPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: either
API changes (from Hackage documentation)
Files
- errors.cabal +2/−2
errors.cabal view
@@ -1,5 +1,5 @@ Name: errors-Version: 1.2.0+Version: 1.2.1 Cabal-Version: >=1.14.0 Build-Type: Simple License: BSD3@@ -23,7 +23,7 @@ Location: https://github.com/Gabriel439/Haskell-Errors-Library Library- Build-Depends: base >= 4 && < 5, either, safe, transformers+ Build-Depends: base >= 4 && < 5, either >= 3.0.1, safe, transformers Exposed-Modules: Control.Error, Control.Error.Script,