NOTICE: This package has been removed from pkgsrc

./wip/hs-hslogger, Logging framework for Haskell

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


Branch: CURRENT, Version: 1.1.4, Package name: hs-hslogger-1.1.4, 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/hs-mtl] [net/hs-network]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: ac40ec87f3af4abd3388ccc0c1a17070a2b0e156
RMD160: 5f6df20f63a86e80956633bf1bd2c8971b844d13
Filesize: 43.303 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-29 16:10:14 by Ryosuke Moro | Files touched by this commit (101)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-05-21 23:04:42 by Ryosuke Moro | Files touched by this commit (97)
Log message:
Remove hs-network, imported to pkgsrc/net.
Remove hs-random, hs-syb, imported to pkgsrc/devel.
Remove hs-x11, imported to pkgsrc/x11.
   2014-05-16 22:47:07 by Ryosuke Moro | Files touched by this commit (112)
Log message:
Remove hs-mtl, imported to pkgsrc/devel
   2011-07-28 14:55:38 by PHO / phonohawk | Files touched by this commit (4) | Package updated
Log message:
Upstream update to hslogger-1.1.4

   2010-01-24 04:36:07 by PHO / phonohawk | Files touched by this commit (2)
Log message:
time is now part of GHC boot packages

   2009-07-27 06:23:31 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-hslogger-1.0.7 as wip/hs-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.