# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup haskell 1.0 haskell.setup hslogger 1.2.1 revision 3 checksums rmd160 5b78f4a59783f9ec40bf85681e2f57ebc614af64 \ sha256 c5538c3f79b9e8aac97a6f1377c82b9f70b88ee5e39f62f358953467e271cded maintainers nomaintainer platforms darwin license BSD description Versatile logging framework long_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. depends_lib-append port:hs-mtl \ port:hs-network