blob: 40a87a49e21296f0c016a1381e0e5d792e7cbfdf (
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.
After uninstalling, run this command to unregister the package from the ghc
package database: ghc-pkg recache
|