packages feed

Cabal revisions of MonadCatchIO-mtl-0.1.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 name:                MonadCatchIO-mtl version:             0.1.0.1+x-revision: 1 description:         Provides a monad-transformer version of the @Control.Exception.catch@         function. For this, it defines the @MonadCatchIO@ class, a subset of   if flag(base3) {     build-depends: base < 4   } else {-    build-depends: base >= 4+    build-depends: base >= 4 && < 4.6   }    exposed-modules: Control.Monad.CatchIO.Old