name: hslogger-template version: 2.0.4 category: Interfaces synopsis: Automatic generation of hslogger functions description: Library for generating hslogger functions using Template Haskell. author: Brian Lewis , Ian Taylor maintainer: Brian Lewis , Ian Taylor license: PublicDomain cabal-version: >= 1.6 build-type: Custom extra-source-files: src/test.hs, src/testNamed.hs library hs-source-dirs: src exposed-modules: System.Log.Logger.TH build-depends: base >= 3.0 && < 5.0, hslogger == 1.*, mtl >= 1.1 && < 2.3, template-haskell == 2.* ghc-options: -Wall if impl(ghc >= 6.8) ghc-options: -fwarn-tabs source-repository head type: git location: git://github.com/bsl/hslogger-template.git