summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Hall <ch9871@gmail.com>2019-08-19 00:14:43 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2019-08-19 11:40:43 +0200
commit25a4460b75b3c9f3ce339b3311b084d92994f5f1 (patch)
treea8bd7c4bb6d7786dbcb697e5252550fe41f1a3bd
parent680bd76de4945c79b950d22f8baf9a1e78454661 (diff)
downloadhakyll-25a4460b75b3c9f3ce339b3311b084d92994f5f1.tar.gz
Bump QuickCheck to 2.13
-rw-r--r--hakyll.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 2aad6ca..5c9bf32 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -260,7 +260,7 @@ Test-suite hakyll-tests
Build-Depends:
hakyll,
- QuickCheck >= 2.8 && < 2.13,
+ QuickCheck >= 2.8 && < 2.14,
tasty >= 0.11 && < 1.3,
tasty-hunit >= 0.9 && < 0.11,
tasty-quickcheck >= 0.8 && < 0.11,