diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 16:42:41 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 16:42:41 -0400 |
commit | 390c58169dd851b206b6691d3e0251f2d901bb51 (patch) | |
tree | f5fcf24ff9dbb0955ab598c1d0046927d8ba943c /haskell/haskell-random/README | |
parent | d9a8d80bcb3664b98005e9d439f61fe5cca628b9 (diff) |
haskell/haskell-random: Added (random number library)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-random/README')
-rw-r--r-- | haskell/haskell-random/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-random/README b/haskell/haskell-random/README new file mode 100644 index 0000000000000..642d858f9c793 --- /dev/null +++ b/haskell/haskell-random/README @@ -0,0 +1,8 @@ +This package provides a basic random number generation library for +Haskell programs, including the ability to split random number +generators. + +This requires ghc. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |