cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: ce87da47c5034f1b6490c7819839f05365997167fca44c7a7541a88fbdc6dde7 name: simple-logger version: 0.1.1 synopsis: A very simple but efficient logging framework description: A very simple but efficient logging framework category: Logging homepage: https://github.com/agrafix/simple-logger#readme bug-reports: https://github.com/agrafix/simple-logger/issues maintainer: Alexander Thiemann license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md package.yaml stack.yaml source-repository head type: git location: https://github.com/agrafix/simple-logger library hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.9 && <5 , fast-logger , monad-logger , mtl , text exposed-modules: Control.Logger.Simple other-modules: Paths_simple_logger default-language: Haskell2010