mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
6a511b1c66
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
10 lines
450 B
Text
10 lines
450 B
Text
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, and haskell-mtl.
|
|
|
|
After uninstalling, run this command to unregister the package from the ghc
|
|
package database: ghc-pkg recache
|