blob: 82b59e37d0dc24df1a1e8cbc6440486f290e4576 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
haskell-QuickCheck (Automatic testing of Haskell programs)
QuickCheck is a library for random testing of program properties.
The programmer provides a specification of the program, in the form
of properties which functions should satisfy, and QuickCheck then
tests that the properties hold in a large number of randomly
generated cases.
This requires ghc and haskell-mtl.
When uninstalling, run this command to unregister the package from the ghc
package database: ghc-pkg unregister QuickCheck
|