packages feed

AbortT-transformers-1.0.1: AbortT-transformers.cabal

Name:                AbortT-transformers
Version:             1.0.1
License:             BSD3
License-file:        LICENSE
Author:              Gregory Crosswhite
Maintainer:          Gregory Crosswhite <gcrosswhite@gmail.com>
Stability:           Stable
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: Added liftCallCC, liftCatch, liftListen, and liftPass, as well as more information to the cabal file.
                     .
                     New in version 1.0.0.1: Bumped the transformers dependencies and updated the maintainer's e-mail address.
Cabal-version:       >=1.8
Build-type:          Simple
Category:            Control

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

Test-Suite test
    Type:       exitcode-stdio-1.0
    Main-is:    test.hs
    Build-depends:
        base >= 3 && < 5,
        HUnit == 1.2.*,
        QuickCheck >= 2.4 && < 2.6,
        test-framework == 0.6.*,
        test-framework-hunit == 0.2.*,
        test-framework-quickcheck2 == 0.2.*,
        transformers >= 0.2 && < 0.4

source-repository head
  type:                git
  location:            git://github.com/gcross/AbortT-transformers.git

source-repository this
  type:                git
  location:            git://github.com/gcross/AbortT-transformers.git
  tag:                 1.0.1