diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 16:05:19 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 16:05:19 -0400 |
commit | b7bbc57724fed0818e8804775959c64c7c3f652a (patch) | |
tree | b75505e25b6fc193bb213b333aea6383fd9c408d /haskell/haskell-QuickCheck/README | |
parent | 37a5dd292474bd1783f1d119d34419a6fbf04e4e (diff) |
haskell/haskell-QuickCheck: Adjust build for ghc 7.4.x.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-QuickCheck/README')
-rw-r--r-- | haskell/haskell-QuickCheck/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-QuickCheck/README b/haskell/haskell-QuickCheck/README index fc755754696ad..660cf08d8e30f 100644 --- a/haskell/haskell-QuickCheck/README +++ b/haskell/haskell-QuickCheck/README @@ -4,7 +4,7 @@ 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. +This requires ghc, haskell-transformers, haskell-mtl, and haskell-random. After uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg recache |