name: writer-cps-morph version: 0.1.0.2 x-revision: 1 synopsis: MFunctor instance for CPS style WriterT and RWST description: MFunctor instance for CPS style WriterT and RWST homepage: https://github.com/louispan/writer-cps-morph#readme license: BSD3 license-file: LICENSE author: Louis Pan maintainer: louis@pan.me copyright: 2017 Louis Pan category: Control build-type: Simple extra-source-files: README.md cabal-version: >=1.10 tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1 library hs-source-dirs: src exposed-modules: Control.Monad.Trans.Writer.CPS.Morph , Control.Monad.Trans.RWS.CPS.Morph build-depends: base < 6 , mmorph >= 1 && < 2 , writer-cps-transformers >= 0.1.1.2 ghc-options: -Wall default-language: Haskell2010 source-repository head type: git location: https://github.com/louispan/writer-cps-morph