diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 16:09:02 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 16:09:02 -0400 |
commit | 8c9a45759a1f309939c27b876ab5e9e3755d9006 (patch) | |
tree | 21bbb2d346f007fad427fc00c9e37de916444c24 /haskell/haskell-test-framework/README | |
parent | 22e755c2387b7fb94253f3cb996bf7266a1d1c7f (diff) |
haskell/haskell-test-framework: Updated for version 0.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 fc115db6bb42d..9541573353ee3 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 |