packages feed

MonadCatchIO-mtl 0.3.0.3 → 0.3.0.4

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

MonadCatchIO-mtl.cabal view
@@ -1,5 +1,5 @@ name:                MonadCatchIO-mtl-version:             0.3.0.3+version:             0.3.0.4 description:         Provides a monad-transformer version of the @Control.Exception.catch@         function. For this, it defines the @MonadCatchIO@ class, a subset of@@ -11,7 +11,7 @@ license:            BSD3 license-file:       LICENSE maintainer:         jcpetruzza@gmail.com-homepage:           http://code.haskell.org/~jcpetruzza/MonadCatchIO-mtl+homepage:           http://darcsden.com/jcpetruzza/MonadCatchIO-mtl  cabal-version:      >= 1.2 build-type:         Simple