exception-transformers 0.4 → 0.4.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~transformers-compatPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers-compat
API changes (from Hackage documentation)
Files
exception-transformers.cabal view
@@ -1,5 +1,5 @@ name: exception-transformers-version: 0.4+version: 0.4.0.1 cabal-version: >= 1.10 license: BSD3 license-file: LICENSE@@ -8,7 +8,7 @@ author: Geoffrey Mainland <mainland@cs.drexel.edu> maintainer: Geoffrey Mainland <mainland@cs.drexel.edu> stability: alpha-homepage: http://www.cs.drexel.edu/~mainland/+bug-reports: https://github.com/mainland/exception-transformers/issues category: Control, Monad, Error Handling, Failure synopsis: Type classes and monads for unchecked extensible exceptions. description: This package provides type classes, a monad and a monad@@ -28,7 +28,7 @@ base >= 4 && < 5, stm >= 2.1 && < 2.5, transformers >= 0.2 && < 0.5,- transformers-compat >= 0.3 && < 0.4+ transformers-compat >= 0.3 && < 0.5 ghc-options: -Wall