summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-10-31 11:23:36 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2016-10-31 11:23:36 +0100
commit521e4b0f0bdc564ff9cac274b2411f91cb771c72 (patch)
tree720b9e35a8691bd100c24ecd419cc0abbda204bf /hakyll.cabal
parent04945a51d8d61142939ec0d9b2dd6c12f02ab1bc (diff)
downloadhakyll-521e4b0f0bdc564ff9cac274b2411f91cb771c72.tar.gz
Bump QuickCheck, http-conduit and pandoc
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal10
1 files changed, 5 insertions, 5 deletions
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