packages feed

AbortT-transformers-1.0.0.1: AbortT-transformers.cabal

Name:                AbortT-transformers
Version:             1.0.0.1
License:             BSD3
License-file:        LICENSE
Author:              Gregory Crosswhite
Maintainer:          Gregory Crosswhite <gcrosswhite@gmail.com>
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.
                     .
                     New in version 1.0.1: Bumped the transformers dependencies and updated the maintainer's e-mail address.
Cabal-version:       >=1.2.3
Build-type:          Simple
Category:	     Control

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