packages feed

control-monad-attempt-0.2.0: control-monad-attempt.cabal

name:            control-monad-attempt
version:         0.2.0
license:         BSD3
license-file:    LICENSE
author:          Michael Snoyman, Nicolas Pouillard
maintainer:      Michael Snoyman <michael@snoyman.com>
synopsis:        Monad transformer for attempt.
description:     This package uses the transformers library.
category:        Data, Failure
stability:       stable
cabal-version:   >= 1.2
build-type:      Simple
homepage:        http://github.com/snoyberg/control-monad-attempt

library
    build-depends:   base >= 4 && < 5,
                     syb,
                     transformers >= 0.2 && < 0.3,
                     attempt >= 0.2.2 && < 0.3
    exposed-modules: Control.Monad.Attempt
    ghc-options:     -Wall