name: hslogger-template
version: 2.0.0
category: Interfaces
synopsis: Automatic generation of hslogger functions
description: Library for generating hslogger functions using Template Haskell.
author: Brian Lewis <brian@lorf.org>, Ian Taylor <ian@lorf.org>
maintainer: Brian Lewis <brian@lorf.org>, Ian Taylor <ian@lorf.org>
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 && < 5,
haskell98 == 1.*,
hslogger == 1.*,
mtl == 1.* || == 2.0.*,
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