aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2009-11-28 19:32:18 +0000
committerDavid Waern <david.waern@gmail.com>2009-11-28 19:32:18 +0000
commitc594ca6638ed868a0a2ff11e6e0a469e44a08ff2 (patch)
tree0a52f7f3b3e9104a6d72ff6db8ed55ddfcbd220a
parent27e66a56f09669646da6c87a762f36ea9fbfba93 (diff)
Say that we want quickcheck 2
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 49048a28..286a3517 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -86,7 +86,7 @@ executable haddock
if flag(test)
cpp-options: -DTEST
- build-depends: QuickCheck
+ build-depends: QuickCheck >= 2.1 && < 3
main-is: Main.hs
hs-source-dirs: src