slackbuilds_ponce/libraries/haskell-QuickCheck
2010-05-19 02:36:39 -04:00
..
doinst.sh
haskell-QuickCheck.info
haskell-QuickCheck.SlackBuild
README
slack-desc

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