diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 10:36:21 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 10:36:21 -0500 |
commit | 1398efd71b902528b753170f0b5b89007d682867 (patch) | |
tree | 4ff5d74e8d6d4d26ccb3c7cf1958158bc93390dd | |
parent | f27101afe8ff3e7369e61ef44d691b6fe59e7a91 (diff) |
haskell/haskell-test-framework: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r-- | haskell/haskell-test-framework/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/haskell/haskell-test-framework/README b/haskell/haskell-test-framework/README index 9541573353ee..b6bc3db110ef 100644 --- a/haskell/haskell-test-framework/README +++ b/haskell/haskell-test-framework/README @@ -4,10 +4,5 @@ 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-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 |