diff options
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 0000000000000..da1c72ca5a71d --- /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 |