summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-hslogger/README
diff options
context:
space:
mode:
author Jose Lopes <jabolopes@google.com>2014-01-17 09:26:27 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-01-29 23:21:05 -0600
commit6dbd2cfd68a366fd73765a1811e602c23b8ea7fc (patch)
tree9034b1c1f71cdd49ad24ce689419334b36c1f529 /haskell/haskell-hslogger/README
parent841075be6a4f647b205f09fe3514201a22a897ca (diff)
downloadslackbuilds-6dbd2cfd68a366fd73765a1811e602c23b8ea7fc.tar.gz
slackbuilds-6dbd2cfd68a366fd73765a1811e602c23b8ea7fc.tar.xz
haskell/haskell-hslogger: Added (Versatile logging framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-hslogger/README')
-rw-r--r--haskell/haskell-hslogger/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/haskell/haskell-hslogger/README b/haskell/haskell-hslogger/README
new file mode 100644
index 0000000000..a423d148f1
--- /dev/null
+++ b/haskell/haskell-hslogger/README
@@ -0,0 +1,12 @@
+Versatile logging framework.
+
+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.
+
+After uninstalling, run this command to unregister the package from
+the ghc package database: ghc-pkg recache