-- This file has been generated from package.yaml by hpack version 0.14.0. -- -- see: https://github.com/sol/hpack name: simple-logger version: 0.0.1 synopsis: A very simple but efficient logging framework 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 cabal-version: >= 1.10 extra-source-files: package.yaml README.md source-repository head type: git location: https://github.com/agrafix/simple-logger library hs-source-dirs: src ghc-options: -Wall build-depends: base >= 4.8 && < 5 , fast-logger , text , mtl exposed-modules: Control.Logger.Simple other-modules: Paths_simple_logger default-language: Haskell2010