diff options
author | Mikko Varri <vmj@linuxbox.fi> | 2010-05-13 00:58:33 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:58:33 +0200 |
commit | cb403906e7e6095be017c4d84c03fdd4d18b7fd5 (patch) | |
tree | 33e5af7828759abd9fb0eb1594d7fbd1adfea033 /libraries/haskell-QuickCheck/README | |
parent | 82415aacdf790232eab1fa50b065ae219886a1fb (diff) |
libraries/haskell-QuickCheck: Added to 13.0 repository
Diffstat (limited to 'libraries/haskell-QuickCheck/README')
-rw-r--r-- | libraries/haskell-QuickCheck/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/haskell-QuickCheck/README b/libraries/haskell-QuickCheck/README new file mode 100644 index 000000000000..82b59e37d0dc --- /dev/null +++ b/libraries/haskell-QuickCheck/README @@ -0,0 +1,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 |