summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-QuickCheck/README
blob: 660cf08d8e30f11fca38f6e1e641ea8c3d17e894 (plain)
1
2
3
4
5
6
7
8
9
10
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, haskell-transformers, haskell-mtl, and haskell-random.

After uninstalling, run this command to unregister the package from the ghc
package database:   ghc-pkg recache