diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:43:38 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:03 +0700 |
commit | 86fee18780a3c56b3b7e5df688111011d8b2c27c (patch) | |
tree | 95d2846ace67ce15390c50400e2fec060916458c /haskell/haskell-cipher-rc4/README | |
parent | 9da1f0771c6d53eafbf19e029a30e0300b6415b9 (diff) | |
download | slackbuilds-86fee18780a3c56b3b7e5df688111011d8b2c27c.tar.gz |
haskell/haskell-cipher-rc4: Added (fast rc4 cipher implementation).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-cipher-rc4/README')
-rw-r--r-- | haskell/haskell-cipher-rc4/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-cipher-rc4/README b/haskell/haskell-cipher-rc4/README new file mode 100644 index 0000000000..dbe0745085 --- /dev/null +++ b/haskell/haskell-cipher-rc4/README @@ -0,0 +1,4 @@ +Fast RC4 cipher implementation. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |