diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-09-12 17:44:46 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-16 00:45:39 +0700 |
commit | ee96a37658ad00446134fe6af203b35d87d0ac4c (patch) | |
tree | 685e67390e99ee998b48ba4d56afaa3d4ef3f6de /haskell/haskell-splitmix/README | |
parent | 5f3b441ee2ea31259ebd5d0c57a1b0e6a433cde9 (diff) |
haskell/haskell-splitmix: Added (Pure Haskell Splitmix).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-splitmix/README')
-rw-r--r-- | haskell/haskell-splitmix/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-splitmix/README b/haskell/haskell-splitmix/README new file mode 100644 index 000000000000..7e4a13ddc2ff --- /dev/null +++ b/haskell/haskell-splitmix/README @@ -0,0 +1,4 @@ +Pure Haskell implementation of SplitMix algorithm. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |