diff options
Diffstat (limited to 'libraries/haskell-QuickCheck/README')
-rw-r--r-- | libraries/haskell-QuickCheck/README | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/haskell-QuickCheck/README b/libraries/haskell-QuickCheck/README index 2fe1a09df5b72..fc755754696ad 100644 --- a/libraries/haskell-QuickCheck/README +++ b/libraries/haskell-QuickCheck/README @@ -1,12 +1,10 @@ -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. +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 |