packages feed

acme-all-monad-0.1.0.0: acme-all-monad.cabal

name:                acme-all-monad
version:             0.1.0.0
synopsis:            A monad which is powerful enough to interpret any action
license:             PublicDomain
author:              Phil Freeman
maintainer:          paf31@cantab.net
category:            Acme
build-type:          Simple
cabal-version:       >=1.10
description:
    This package defines the @‘All’@ monad and the corresponding monad transformer. The @‘All’@ monad is powerful enough to interpret any monadic action, as demonstrated by the @‘MonadAll’@ type class instance.

library
  exposed-modules:     Control.Monad.All
                       Control.Monad.All.Trans
                       Control.Monad.All.Class 
  build-depends:       base >=4.7 && <4.8, transformers >= 0.4.0.0 && < 0.5.0.0
  hs-source-dirs:      src
  default-language:    Haskell2010