packages feed

MonadCatchIO-transformers 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~extensible-exceptionsdep ~transformersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: extensible-exceptions, transformers

API changes (from Hackage documentation)

Files

MonadCatchIO-transformers.cabal view
@@ -1,6 +1,6 @@ Name:            MonadCatchIO-transformers-Version:         0.1.0.0-Cabal-Version:   >= 1.2+Version:         0.1.0.1+Cabal-Version:   >= 1.6 License:         PublicDomain Description:   Provides functions to throw and catch exceptions. Unlike the functions from@@ -15,9 +15,9 @@  Library   Build-Depends:-    base >= 4 && < 5,-    extensible-exceptions,-    transformers+    base == 4.*,+    extensible-exceptions == 0.1.*,+    transformers == 0.1.*   Exposed-Modules:     Control.Monad.CatchIO   Hs-Source-Dirs:  src