log4hs-0.0.1.0: log4hs.cabal
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: 079eb73a7023c732592ffb83519d9d0edb3f5deb7e12f1786a072b767bbb249b
name: log4hs
version: 0.0.1.0
synopsis: A python logging style log library
description: Please see the README
category: logging
maintainer: Jorah Gao <gqk007@gmail.com>
copyright: (c) 2019 Version Cloud
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
library
exposed-modules:
Logging
other-modules:
Data.Aeson.Extra
Logging.Internal
Logging.TH
Logging.Types
Paths_log4hs
hs-source-dirs:
src
build-depends:
aeson >=1.4
, base >=4.7 && <5
, containers >=0.6
, data-default >=0.7
, directory >=1.3
, filepath >=1.4
, template-haskell >=2.14
, text >=1.2
, time >=1.8
, unordered-containers >=0.2
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.12
, aeson >=1.4
, base >=4.7 && <5
, containers >=0.6
, data-default >=0.7
, directory >=1.3
, filepath >=1.4
, hspec >=2.6
, hspec-core >=2.6
, log4hs
, process >=1.6
, template-haskell >=2.14
, text >=1.2
, time >=1.8
, unordered-containers >=0.2
default-language: Haskell2010