diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 13:36:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:43 +0700 |
commit | e069dd699bcfb8ae054374e398742647a279267e (patch) | |
tree | 5f408a5874de461b159344449a40114af7220e3a /haskell/haskell-safe/README | |
parent | 39773944fcbeb576846124fb8ef84087e5fc6e4d (diff) | |
download | slackbuilds-e069dd699bcfb8ae054374e398742647a279267e.tar.gz |
haskell/haskell-safe: Added (Library of exception free funcs).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-safe/README')
-rw-r--r-- | haskell/haskell-safe/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-safe/README b/haskell/haskell-safe/README new file mode 100644 index 0000000000..da1c72ca5a --- /dev/null +++ b/haskell/haskell-safe/README @@ -0,0 +1,5 @@ +A library wrapping Prelude/Data.List functions that can throw +exceptions, such as head and !!. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |