name: MonadCompose version: 0.9.0.0 synopsis: Methods for composing monads. description: Methods for composing monads. . The I/O monad transformer, PlusMonad, and Linear modules are deprecated. Their use is discouraged. This package is now about automatic monad lifting; and includes a rigorous implementation of Luth and Ghani coproducts structured around the Free monad. . -- homepage: license: BSD3 license-file: LICENSE author: James Candy maintainer: jacinablackbox@yahoo.com -- copyright: category: Monad build-type: Simple cabal-version: >=1.8 library exposed-modules: Control.Monad.Lifter, Control.Monad.Coproducts3, Control.Monad.EtaInverse -- other-modules: build-depends: base >=4 && <=5, mtl >= 2.2, mmorph ==1.0.*, transformers, free ==5.1 ghc-options: -fno-cse