diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:43:29 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:03 +0700 |
commit | 9da1f0771c6d53eafbf19e029a30e0300b6415b9 (patch) | |
tree | a9f72ebe492dbfa2a035cfc1b4c62bea9769798e /haskell/haskell-cipher-des/README | |
parent | 58d271439dc8a8af28b2a87048e9a8c7e0ac92e7 (diff) |
haskell/haskell-cipher-des: Added (des and 3des primitives).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-cipher-des/README')
-rw-r--r-- | haskell/haskell-cipher-des/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-cipher-des/README b/haskell/haskell-cipher-des/README new file mode 100644 index 000000000000..58cdb97fb083 --- /dev/null +++ b/haskell/haskell-cipher-des/README @@ -0,0 +1,4 @@ +DES and 3DES primitives. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |