packages feed

monadio-unwrappable-0.2: monadio-unwrappable.cabal

Name: monadio-unwrappable
Version: 0.2
Cabal-Version: >= 1.6
Build-Type: Simple
License: BSD3
License-File: LICENSE
Author: Andrew Miller
Copyright: (C) 2012 The University of Auckland
Maintainer: ak.miller@auckland.ac.nz
Stability: experimental
Synopsis: Reversibly allow monad transformer stacks to run in IO
Description: Provides MonadIOUnwrappable instances for monad transformer stacks that can be run in the IO monad, with the result converted back to the monadic type. This package also includes some utilities built using MonadIOUnwrappable, such as a bracket implementation that works with MonadIO even on stacks containing one or more ErrorT transformers
Category: Control
Source-Repository head
    Type:     git
    Location: https://github.com/A1kmm/monadio-unwrappable

Library
    Exposed-Modules: Control.Monad.IO.Unwrappable
                     Control.Monad.IO.MonadIOException
    Build-Depends: base >= 3 && < 5,
                   monads-tf, transformers