diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:41:17 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:02 +0700 |
commit | 0fe63f1f57cf497f005f385d5532c1738a2a5ec5 (patch) | |
tree | 2f525fc00f7135cdcb00494eba30f5fe457a24c0 /haskell/haskell-crypto-random/README | |
parent | 661e109d260b4280e2a68e8c8001a18e6fd5d1a6 (diff) |
haskell/haskell-crypto-random: Added (simple cryptographic random related types).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-crypto-random/README')
-rw-r--r-- | haskell/haskell-crypto-random/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-crypto-random/README b/haskell/haskell-crypto-random/README new file mode 100644 index 0000000000000..1a63e81c700c7 --- /dev/null +++ b/haskell/haskell-crypto-random/README @@ -0,0 +1,4 @@ +Simple cryptographic random related types. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |