exception-transformers 0.4.0.5 → 0.4.0.6
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~HUnitdep ~transformers-compatPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: HUnit, transformers-compat
API changes (from Hackage documentation)
- Control.Monad.Exception: class (Monad m) => MonadException m where act `finally` sequel = do { a <- act `onException` sequel; _ <- sequel; return a }
+ Control.Monad.Exception: class (Monad m) => MonadException m
Files
exception-transformers.cabal view
@@ -1,10 +1,10 @@ name: exception-transformers-version: 0.4.0.5+version: 0.4.0.6 cabal-version: >= 1.10 license: BSD3 license-file: LICENSE copyright: (c) 2009-2010 Harvard University- (c) 2011-2016 Geoffrey Mainland+ (c) 2011-2018 Geoffrey Mainland author: Geoffrey Mainland <mainland@drexel.edu> maintainer: Geoffrey Mainland <mainland@drexel.edu> stability: alpha@@ -15,7 +15,7 @@ transformer that support unchecked extensible exceptions as well as asynchronous exceptions. It is compatible with the transformers package.-tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.3, GHC==7.10.3, GHC==8.0.1+tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.3, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.1 build-type: Simple @@ -41,13 +41,13 @@ default-language: Haskell98 build-depends:- HUnit >= 1.2 && < 1.6,+ HUnit >= 1.2 && < 1.7, base >= 4 && < 5, exception-transformers, test-framework >= 0.8 && < 0.9, test-framework-hunit >= 0.3 && < 0.4, transformers >= 0.2 && < 0.6,- transformers-compat >= 0.3 && < 0.6+ transformers-compat >= 0.3 && < 0.7 ghc-options: -Wall