diff options
Diffstat (limited to 'haskell/haskell-hslogger/README')
-rw-r--r-- | haskell/haskell-hslogger/README | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/haskell/haskell-hslogger/README b/haskell/haskell-hslogger/README deleted file mode 100644 index a423d148f127e..0000000000000 --- a/haskell/haskell-hslogger/README +++ /dev/null @@ -1,12 +0,0 @@ -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 |