diff options
Diffstat (limited to 'libraries/haskell-HUnit/README')
-rw-r--r-- | libraries/haskell-HUnit/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/haskell-HUnit/README b/libraries/haskell-HUnit/README new file mode 100644 index 0000000000..20c8698d1f --- /dev/null +++ b/libraries/haskell-HUnit/README @@ -0,0 +1,9 @@ +haskell-HUnit (Unit testing framework for Haskell) + +HUnit is a unit testing framework for Haskell, inspired by the JUnit +tool for Java. + +This requires ghc. + +When uninstalling, run this command to unregister the package from the ghc +package database: ghc-pkg unregister HUnit |