-- Initial log-effect.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: log-effect version: 1.0.1 synopsis: An extensible log effect using extensible-effects description: Introduce two logging effects to your extensible effects arsenal homepage: https://github.com/greydot/log-effect license: MIT license-file: LICENSE author: Tobias Florek, Lana Black maintainer: Lana Black -- copyright: category: Control, Effect, Logging build-type: Simple extra-source-files: Changelog.md, README.md cabal-version: >=1.10 Tested-With: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1 library exposed-modules: Control.Eff.Log -- other-modules: -- other-extensions: build-depends: base >=4.6 && <5.0 , bytestring >= 0.10 , extensible-effects >= 2.6.0.0 , monad-control >= 1.0 , text >= 1.2 , transformers-base >= 0.4 hs-source-dirs: src default-language: Haskell2010 source-repository head type: git location: https://github.com/greydot/log-effect