diff options
author | Mikko Varri <vmj@linuxbox.fi> | 2010-05-13 00:58:33 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:58:33 +0200 |
commit | 82415aacdf790232eab1fa50b065ae219886a1fb (patch) | |
tree | 913752579a00c240d7271dd5e96edc4fa9a4b267 /libraries/haskell-HUnit/README | |
parent | 01bc3d7caa5530284b43e84a1fda73d8269e477e (diff) |
libraries/haskell-HUnit: Added to 13.0 repository
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 0000000000000..20c8698d1fb43 --- /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 |