cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: easy-logger version: 0.1.0.7 synopsis: Logging made easy. description: Please see the README on GitHub at category: Logging homepage: https://github.com/schnecki/easy-logger#readme bug-reports: https://github.com/schnecki/easy-logger/issues author: Manuel Schneckenreither maintainer: manuel.schnecki@gmail.com copyright: 2021 Manuel Schneckenreither license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/schnecki/easy-logger library exposed-modules: EasyLogger EasyLogger.Date EasyLogger.Logger EasyLogger.LoggerSet EasyLogger.LogStr EasyLogger.Push EasyLogger.Util other-modules: Paths_easy_logger hs-source-dirs: src build-depends: array , auto-update , base >=4.7 && <5 , bytestring , containers , template-haskell , text , unix-compat , unix-time default-language: Haskell2010 test-suite easy-logger-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_easy_logger hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: QuickCheck , array , auto-update , base >=4.7 && <5 , bytestring , containers , directory , easy-logger , hspec , quickcheck-assertions , template-haskell , text , unix-compat , unix-time default-language: Haskell2010