From 521e4b0f0bdc564ff9cac274b2411f91cb771c72 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 31 Oct 2016 11:23:36 +0100 Subject: Bump QuickCheck, http-conduit and pandoc --- hakyll.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'hakyll.cabal') diff --git a/hakyll.cabal b/hakyll.cabal index c1385f6..c61e42e 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -179,8 +179,8 @@ Library time-locale-compat >= 0.1 && < 0.2, unordered-containers >= 0.2 && < 0.3, vector >= 0.11 && < 0.12, - yaml >= 0.8 && < 0.9, - optparse-applicative >= 0.13 && < 0.14 + yaml >= 0.8.11 && < 0.9, + optparse-applicative >= 0.12 && < 0.14 If flag(previewServer) Build-depends: @@ -237,7 +237,7 @@ Test-suite hakyll-tests TestSuite.Util Build-Depends: - QuickCheck >= 2.8 && < 2.9, + QuickCheck >= 2.8 && < 2.10, tasty >= 0.11 && < 0.12, tasty-hunit >= 0.9 && < 0.10, tasty-quickcheck >= 0.8 && < 0.9, @@ -273,7 +273,7 @@ Test-suite hakyll-tests unordered-containers >= 0.2 && < 0.3, vector >= 0.11 && < 0.12, yaml >= 0.8.11 && < 0.9, - optparse-applicative >= 0.12 && < 0.13 + optparse-applicative >= 0.12 && < 0.14 If flag(previewServer) Build-depends: @@ -300,7 +300,7 @@ Test-suite hakyll-tests If flag(checkExternal) Build-depends: - http-conduit >= 2.1 && < 2.2, + http-conduit >= 2.2 && < 2.3, http-types >= 0.7 && < 0.10 Cpp-options: -DCHECK_EXTERNAL -- cgit v1.2.3