aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2010-01-13 05:33:28 +0800
committerpgj <pgj@FreeBSD.org>2010-01-13 05:33:28 +0800
commitb4da0a6c8cdbc596cd390e1ecc9fa771782dc2e9 (patch)
tree40366601c746f3f60d8da94fa6185e31d1cd22e6 /devel/Makefile
parent9f00666643888514445aaf1e9e88d14c4bae4e96 (diff)
downloadfreebsd-ports-gnome-b4da0a6c8cdbc596cd390e1ecc9fa771782dc2e9.tar.gz
freebsd-ports-gnome-b4da0a6c8cdbc596cd390e1ecc9fa771782dc2e9.tar.zst
freebsd-ports-gnome-b4da0a6c8cdbc596cd390e1ecc9fa771782dc2e9.zip
Package hslogger is a logging framework for Haskell, roughly similar to
Python's logging module, and 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. WWW: http://software.complete.org/hslogger PR: ports/142484 Submitted by: Jacula Modyun <jacula(at)gmail.com>
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 975720b90f31..bd2c327cdfce 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -554,6 +554,7 @@
SUBDIR += hs-hint
SUBDIR += hs-hmake
SUBDIR += hs-hoogle
+ SUBDIR += hs-hslogger
SUBDIR += hs-idoc
SUBDIR += hs-language-c-ghc
SUBDIR += hs-lazysmallcheck-ghc