packages feed

hslogger-template-2.0.2: hslogger-template.cabal

name:        hslogger-template
version:     2.0.2
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.0 && < 5.0,
    hslogger         == 1.*,
    mtl              >= 1.1 && < 2.2,
    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