summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-10-22 02:13:06 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2012-10-22 02:13:06 +0200
commit8c3b74c36b1c7d47d91d097e3c5d612d440a2816 (patch)
tree272c80a350c933a031e4fb065ddba312c8a2e61b
parent8d17f7dcff4f9452989c63d11659bbdc9625ced6 (diff)
downloadhakyll-8c3b74c36b1c7d47d91d097e3c5d612d440a2816.tar.gz
Bump QuickCheck dependency
-rw-r--r--hakyll.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 10a307a..3f06937 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -167,7 +167,7 @@ Test-suite hakyll-tests
Build-Depends:
HUnit >= 1.2 && < 1.3,
- QuickCheck >= 2.4 && < 2.5,
+ QuickCheck >= 2.4 && < 2.6,
test-framework >= 0.4 && < 0.7,
test-framework-hunit >= 0.2 && < 0.3,
test-framework-quickcheck2 >= 0.2 && < 0.3,