name: hslogger-template version: 0.2.2 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 homepage: http://github.com/bsl/hslogger-template cabal-version: >= 1.6 build-type: Custom extra-source-files: src/test.hs library exposed-modules: System.Log.Logger.TH build-depends: base, haskell98, hslogger, template-haskell extensions: TemplateHaskell hs-source-dirs: src 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