packages feed

monad-extras-0.5.2: monad-extras.cabal

name:           monad-extras
version:        0.5.2
synopsis:       Extra utility functions for working with monads
-- description:
homepage:       http://github.com/jwiegley/monad-extras
license:        BSD3
license-file:   LICENSE
author:         John Wiegley, Chris Done
maintainer:     johnw@fpcomplete.com
-- copyright:
category:       Control
build-type:     Simple
cabal-version:  >=1.10

library
    default-language: Haskell98
    exposed-modules:
        Control.Monad.Extra
    build-depends:
        base >= 4 && < 5
      , mmorph
      , monad-control
      , transformers
      , transformers-base