diff options
Diffstat (limited to 'libraries/haskell-QuickCheck/README')
-rw-r--r-- | libraries/haskell-QuickCheck/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libraries/haskell-QuickCheck/README b/libraries/haskell-QuickCheck/README deleted file mode 100644 index fc75575469..0000000000 --- a/libraries/haskell-QuickCheck/README +++ /dev/null @@ -1,10 +0,0 @@ -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 |