diff options
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 0000000000..642d858f9c --- /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 |