diff options
Diffstat (limited to 'development/haskell-test-framework-hunit/README')
-rw-r--r-- | development/haskell-test-framework-hunit/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/haskell-test-framework-hunit/README b/development/haskell-test-framework-hunit/README new file mode 100644 index 0000000000..3df4db2c11 --- /dev/null +++ b/development/haskell-test-framework-hunit/README @@ -0,0 +1,9 @@ +HUnit support for the test-framework package. + +This requires ghc, haskell-HUnit, haskell-ansi-terminal, +haskell-hostname, haskell-transformers, haskell-xml, +haskell-ansi-wl-pprint, haskell-mtl, 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 |