name: more-extensible-effects version: 0.1.0.1 synopsis: Initial project template from stack description: Please see README.md homepage: https://github.com/qzchenwl/more-extensible-effects#readme license: BSD3 license-file: LICENSE author: qzchenwl maintainer: qzchenwl@gmail.com copyright: 2017 qzchenwl category: Control build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Control.Monad.Eff , Control.Monad.Eff.Internal , Control.Monad.Eff.Reader , Control.Monad.Eff.Writer , Control.Monad.Eff.State , Control.Monad.Eff.StateRW , Control.Monad.Eff.NdetEff , Control.Monad.Eff.Lift , Control.Monad.Eff.Exception , Control.Monad.Eff.Trace , Control.Monad.Eff.Examples , Control.Monad.Eff.Examples.VerboseAddition , Control.Monad.Eff.Examples.Teletype , Data.FTCQueue , Data.OpenUnion build-depends: base >= 4.7 && < 5 default-language: Haskell2010 source-repository head type: git location: https://github.com/qzchenwl/more-extensible-effects