diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:57:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:21 +0700 |
commit | 46c4df73cd73e454af3a95eb185cbb51d933aa9d (patch) | |
tree | 7b4fbc63fdf19ba2cd0bdef177fac7e594bcf264 /haskell/haskell-fast-logger/README | |
parent | ad2161e0537c28f4a19eb5d4256129ddbb09a060 (diff) |
haskell/haskell-fast-logger: Added (A fast logging system).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-fast-logger/README')
-rw-r--r-- | haskell/haskell-fast-logger/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-fast-logger/README b/haskell/haskell-fast-logger/README new file mode 100644 index 0000000000..0758667d4d --- /dev/null +++ b/haskell/haskell-fast-logger/README @@ -0,0 +1,4 @@ +A fast logging system. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |