slackbuilds/libraries/haskell-QuickCheck
David Somero aa05b99dc3 libraries/haskell-QuickCheck: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
2010-06-04 01:06:57 -04:00
..
README libraries/haskell-QuickCheck: Added to 13.0 repository 2010-05-13 00:58:33 +02:00
doinst.sh libraries/haskell-QuickCheck: Added to 13.0 repository 2010-05-13 00:58:33 +02:00
haskell-QuickCheck.SlackBuild libraries/haskell-QuickCheck: Misc automated cleanups. 2010-06-04 01:06:57 -04:00
haskell-QuickCheck.info libraries/haskell-QuickCheck: Added to 13.0 repository 2010-05-13 00:58:33 +02:00
slack-desc libraries/haskell-QuickCheck: Added to 13.0 repository 2010-05-13 00:58:33 +02:00

README

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