diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2011-03-03 10:50:25 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-04 10:12:48 -0600 |
commit | cbf03f7da89d84318c894aa1878b01acda2b871d (patch) | |
tree | 6d0bb175ce375bec2478bb82d8d0e926dc58b278 /development/haskell-test-framework-quickcheck2/README | |
parent | 72b0e2d7e1c872de3dd21d2c4258e114270a97ce (diff) |
development/haskell-test-framework-quickcheck2: Added (quickcheck2 test framework)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/haskell-test-framework-quickcheck2/README')
-rw-r--r-- | development/haskell-test-framework-quickcheck2/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/haskell-test-framework-quickcheck2/README b/development/haskell-test-framework-quickcheck2/README new file mode 100644 index 0000000000..d414dd2cf4 --- /dev/null +++ b/development/haskell-test-framework-quickcheck2/README @@ -0,0 +1,9 @@ +QuickCheck2 support for the test-framework package. + +This requires ghc, haskell-transformers, haskell-ansi-terminal, +haskell-hostname, haskell-xml, haskell-mtl, haskell-ansi-wl-pprint, +haskell-QuickCheck, haskell-regex-base, haskell-regex-posix, and +haskell-test-framework. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |