cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 98410eaec949ad056db17a215e79111cd33b233aeedfd41caeecb8c3207823ec name: log4hs version: 0.0.3.0 synopsis: A python logging style log library description: Please see the README category: logging maintainer: Jorah Gao copyright: (c) 2019 Version Cloud license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md library exposed-modules: Logging Logging.Aeson Logging.Types other-modules: Logging.Deprecated Logging.Internal Logging.TH Paths_log4hs hs-source-dirs: src build-depends: aeson >=0.8 && <1.5 , base >=4.7 && <5 , containers >=0.6 && <0.7 , data-default >=0.5 && <1.0 , directory >=1.2 && <1.4 , filepath >=1.3 && <1.5 , template-haskell >=2.0 && <3.0 , text >=1.2 && <2.0 , time >=1.4 && <2.0 default-language: Haskell2010 test-suite log4hs-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_log4hs hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: QuickCheck >=2.0 && <3.0 , aeson >=0.8 && <1.5 , base >=4.7 && <5 , containers >=0.6 && <0.7 , data-default >=0.5 && <1.0 , directory >=1.2 && <1.4 , filepath >=1.3 && <1.5 , hspec >=2.1 && <3.0 , hspec-core >=2.1 && <3.0 , log4hs , process >=1.2 && <2.0 , template-haskell >=2.0 && <3.0 , text >=1.2 && <2.0 , time >=1.4 && <2.0 default-language: Haskell2010