NOTICE: This package has been removed from pkgsrc

./wip/hslogger, Logging framework for Haskell

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0.7, Package name: hslogger-1.0.7, Maintainer: pho

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.


Required to run:
[devel/gmp]

Required to build:
[lang/ghc] [wip/hs-mtl] [wip/hs-network] [wip/hs-time] [wip/parsec]

Master sites:

SHA1: 00c1c20096f2c91302c6cc84b6ca07b2293b661b
RMD160: c86c3a4e65d96b4fd37eb75def5b9a6b50964360
Filesize: 41.065 KB

Version history: (Expand)


CVS history: (Expand)


   2009-07-27 06:24:21 by PHO / phonohawk | Files touched by this commit (5) | Package removed
Log message:
wip/hslogger is moved to wip/hs-hslogger

   2009-03-20 20:43:38 by Jörg Sonnenberger | Files touched by this commit (284)
Log message:
Convert buildlink3.mk files to new world order.
   2009-01-13 23:36:38 by PHO / phonohawk | Files touched by this commit (4)
Log message:
Updated to hslogger 1.0.7
   2008-07-20 09:57:59 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hslogger-1.0.5 as wip/hslogger.

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.