name: monad-logger-prefix version: 0.1.0 x-revision: 1 synopsis: Add prefixes to your monad-logger output description: See README.md category: System homepage: https://github.com/sellerlabs/monad-logger-prefix#readme bug-reports: https://github.com/sellerlabs/monad-logger-prefix/issues 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.8 && < 4.9 , monad-logger , transformers , exceptions , mtl , monad-control , transformers-base , text 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-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