name: monad-logger-prefix version: 0.1.6 synopsis: Add prefixes to your monad-logger output description: Add prefixes to your monad-logger output category: System homepage: https://github.com/sellerlabs/monad-logger-prefix#readme bug-reports: https://github.com/sellerlabs/monad-logger-prefix/issues author: Matthew Parsons maintainer: Matthew Parsons license: Apache license-file: LICENSE.md build-type: Simple cabal-version: >= 1.10 copyright: 2016 Seller Labs extra-source-files: CHANGELOG.md LICENSE.md README.md source-repository head type: git location: https://github.com/sellerlabs/monad-logger-prefix library hs-source-dirs: src ghc-options: -Wall build-depends: base >= 4.7 && < 5.0 , monad-logger >= 0.3.12 && < 0.4.0 , transformers >= 0.3.0 && < 0.5.3.0 , exceptions >= 0.8.0 && < 0.9.0 , mtl >= 2.1 && < 2.3 , monad-control >= 1.0 && < 1.1 , transformers-base >= 0.4 && < 0.5 , text >= 1.1 && < 1.3 , resourcet >= 1.1 && < 1.2 exposed-modules: Control.Monad.Logger.Prefix default-language: Haskell2010 benchmark monad-logger-prefix-benchmarks type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: benchmark ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N build-depends: base , monad-logger , monad-logger-prefix , criterion default-language: Haskell2010 test-suite doctest type: exitcode-stdio-1.0 hs-source-dirs: test main-is: DocTest.hs build-depends: base , doctest , Glob , QuickCheck , hspec ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 default-extensions: OverloadedStrings