diff options
Diffstat (limited to 'haskell/haskell-test-framework/README')
-rw-r--r-- | haskell/haskell-test-framework/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/haskell/haskell-test-framework/README b/haskell/haskell-test-framework/README index fc115db6bb..9541573353 100644 --- a/haskell/haskell-test-framework/README +++ b/haskell/haskell-test-framework/README @@ -4,9 +4,10 @@ deterministic order, to aid diff interpretation) and filtered and controlled by command line options. All of this comes with colored test output, progress reporting and test statistics output. -This requires ghc, haskell-ansi-terminal, haskell-hostname, -haskell-transformers, haskell-xml, haskell-ansi-wl-pprint, -haskell-mtl, haskell-regex-base, and haskell-regex-posix. +This requires ghc, haskell-random, haskell-ansi-terminal, +haskell-hostname, haskell-transformers, haskell-xml, +haskell-ansi-wl-pprint, haskell-mtl, haskell-regex-base, and +haskell-regex-posix. After uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg recache |