packages feed

Cabal revisions of MonadCatchIO-transformers-0.0.1.0

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

revision 1
-Name:            MonadCatchIO-transformers-Version:         0.0.1.0-Cabal-Version:   >= 1.2-License:         PublicDomain-Description:-  Provides a monad-transformer version of the @Control.Exception.catch@-  function. For this, it defines the @MonadCatchIO@ class, a subset of-  @MonadIO@. It defines proper instances for most monad transformers in-  the 'transformers' library.-Maintainer:      ariep@xs4all.nl-Category:        Control-Synopsis:        Monad-transformer version of the Control.Exception module-Build-Type:      Simple--Library-  Build-Depends:-    base >= 4 && < 5,-    extensible-exceptions,-    transformers-  Exposed-Modules:-    Control.Monad.CatchIO-  Hs-Source-Dirs:  src-  Ghc-options: -Wall-  Extensions:-    ExistentialQuantification,-    ScopedTypeVariables-+Name:            MonadCatchIO-transformers
+Version:         0.0.1.0
+x-revision: 1
+Cabal-Version:   >= 1.2
+License:         PublicDomain
+Description:
+  Provides a monad-transformer version of the @Control.Exception.catch@
+  function. For this, it defines the @MonadCatchIO@ class, a subset of
+  @MonadIO@. It defines proper instances for most monad transformers in
+  the 'transformers' library.
+Maintainer:      ariep@xs4all.nl
+Category:        Control
+Synopsis:        Monad-transformer version of the Control.Exception module
+Build-Type:      Simple
+
+Library
+  Build-Depends:
+    base >= 4 && < 5,
+    extensible-exceptions,
+    transformers < 0.2
+  Exposed-Modules:
+    Control.Monad.CatchIO
+  Hs-Source-Dirs:  src
+  Ghc-options: -Wall
+  Extensions:
+    ExistentialQuantification,
+    ScopedTypeVariables
+