name: hslogger-template version: 1.0.0 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 library hs-source-dirs: src exposed-modules: System.Log.Logger.TH build-depends: base >= 3 && < 5, haskell98 == 1.*, hslogger == 1.*, mtl == 1.*, 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