packages feed

AbortT-transformers-1.0: AbortT-transformers.cabal

Name:                AbortT-transformers
Version:             1.0
License:             BSD3
License-file:        LICENSE
Author:              Gregory Crosswhite
Maintainer:          Gregory Crosswhite <gcross@phys.washington.edu>
Stability:           Provisional
Homepage:            http://github.com/gcross/AbortT-transformers
Synopsis:            A monad and monadic transformer providing "abort" functionality
Description:         This module provides a monad and a monad transformer that allow the user to abort a monadic computation and immediately return a result.
Cabal-version:       >=1.2.3
Build-type:          Simple
Category:	     Control

Library
    Build-depends:   base >= 3 && < 5,
                     transformers >= 0.2 && <0.3
    Exposed-modules: Control.Monad.Trans.Abort