packages feed

exception-transformers 0.3.0.1 → 0.3.0.2

raw patch · 2 files changed

+6/−6 lines, 2 filesdep ~stmdep ~transformersPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: stm, transformers

API changes (from Hackage documentation)

- Control.Monad.Exception: class Monad m => MonadException m
+ Control.Monad.Exception: class Monad m => MonadException m where act finally sequel = do { a <- act `onException` sequel; _ <- sequel; return a }

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2008-2011+Copyright (c) 2008-2012         The President and Fellows of Harvard College.  Redistribution and use in source and binary forms, with or without
exception-transformers.cabal view
@@ -1,9 +1,9 @@ name:           exception-transformers-version:        0.3.0.1+version:        0.3.0.2 cabal-version:  >= 1.10 license:        BSD3 license-file:   LICENSE-copyright:      (c) 2008-2011 Harvard University+copyright:      (c) 2008-2012 Harvard University author:         Geoffrey Mainland <mainland@eecs.harvard.edu> maintainer:     mainland@eecs.harvard.edu stability:      alpha@@ -25,8 +25,8 @@    build-depends:     base >=4 && <5,-    stm >=2.1 && <2.3,-    transformers >=0.2 && <0.3+    stm >=2.1 && <2.4,+    transformers >=0.2 && <0.4    ghc-options:     -Wall@@ -41,7 +41,7 @@     HUnit >=1.2 && <1.3,     base >=4 && <5,     exception-transformers >=0.3 && <0.4,-    transformers >=0.2 && <0.3+    transformers >=0.2 && <0.4    ghc-options:     -Wall