name: hslogger
version: 1.0.7
license: LGPL
copyright: Copyright (c) 2004-2008 John Goerzen
maintainer: John Goerzen <jgoerzen@complete.org>
stability: Stable
homepage: http://software.complete.org/hslogger
package-url:
description: hslogger is a logging framework for Haskell, roughly similar to
             Python's logging module.
             .
             hslogger lets each log message have a priority and source be associated
             with it.  The programmer can then define global handlers that route
             or filter messages based on the priority and source.  hslogger also
             has a syslog handler built in.
category: Interfaces
author: John Goerzen
exposed: True
exposed-modules: System.Log System.Log.Handler
                 System.Log.Handler.Simple System.Log.Handler.Syslog
                 System.Log.Handler.Growl System.Log.Handler.Log4jXML
                 System.Log.Logger
hidden-modules:
import-dirs: /usr/lib/haskell-packages/ghc6/lib/hslogger-1.0.7/ghc-6.8.2
library-dirs: /usr/lib/haskell-packages/ghc6/lib/hslogger-1.0.7/ghc-6.8.2
hs-libraries: HShslogger-1.0.7
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: unix-2.3.0.0 base-3.0.1.0 containers-0.1.0.1
         directory-1.0.0.0 process-1.0.0.0 time-1.1.2.0 old-locale-1.0.0.0
         network-2.1.0.0 mtl-1.1.0.0
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces:
haddock-html:
