packages feed

hslogger-template-0.2: hslogger-template.cabal

name:     hslogger-template
version:  0.2
synopsis: Automatic generation of hslogger functions
description:
    Library for generating hslogger functions using Template Haskell.
homepage: http://github.com/bsl/hslogger-template

license:    PublicDomain
author:     Brian Lewis <brian@lorf.org>, Ian Taylor <ian@lorf.org>
maintainer: Brian Lewis <brian@lorf.org>, Ian Taylor <ian@lorf.org>
category:   Interfaces

cabal-version: >= 1.6
build-type:    Custom

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