MonadCatchIO-mtl 0.3.0.1 → 0.3.0.2
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 +2/−2
MonadCatchIO-mtl.cabal view
@@ -1,5 +1,5 @@ name: MonadCatchIO-mtl-version: 0.3.0.1+version: 0.3.0.2 description: Provides a monad-transformer version of the @Control.Exception.catch@ function. For this, it defines the @MonadCatchIO@ class, a subset of@@ -8,7 +8,7 @@ synopsis: Monad-transformer version of the Control.Exception module category: Control-license: PublicDomain+license: BSD3 maintainer: jcpetruzza@gmail.com homepage: http://code.haskell.org/~jcpetruzza/MonadCatchIO-mtl