diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:40:24 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:01 +0700 |
commit | 1a4118ff1db95c03354b832e100c916187f912ca (patch) | |
tree | b95b5d30e71b775140ea7861899152dfa48b6584 /haskell/haskell-securemem/README | |
parent | a2753a596fbcc20d34823e8f9d49a90cfc8bd37b (diff) | |
download | slackbuilds-1a4118ff1db95c03354b832e100c916187f912ca.tar.gz |
haskell/haskell-securemem: Added (auto scrubbing and const time eq memory chunk).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |