diff options
Diffstat (limited to 'haskell/haskell-securemem/README')
-rw-r--r-- | haskell/haskell-securemem/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-securemem/README b/haskell/haskell-securemem/README new file mode 100644 index 0000000000..32b8dc0c7b --- /dev/null +++ b/haskell/haskell-securemem/README @@ -0,0 +1,5 @@ +SecureMem is similar to ByteString, except that it provides a memory +chunk that will be auto-scrubbed after it run out of scope. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |