blob: 20c8698d1fb43b49714913aa34bb74bb76228a31 (
plain)
1
2
3
4
5
6
7
8
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
|