summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2016-10-31 11:06:41 +0100
committerGitHub <noreply@github.com>2016-10-31 11:06:41 +0100
commit04945a51d8d61142939ec0d9b2dd6c12f02ab1bc (patch)
treeb8817f077e5981b72d949df2338df866bd2b1511 /hakyll.cabal
parentab34240bb53565ce7179432cd75fd67adddb4e7c (diff)
parent218d68363adc426b91dcbcdfb44f9f3da85f2e7a (diff)
downloadhakyll-04945a51d8d61142939ec0d9b2dd6c12f02ab1bc.tar.gz
Merge pull request #478 from lfairy/update-deps
Update dependencies!
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 5d6e1ce..c1385f6 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -180,7 +180,7 @@ Library
unordered-containers >= 0.2 && < 0.3,
vector >= 0.11 && < 0.12,
yaml >= 0.8 && < 0.9,
- optparse-applicative >= 0.12 && < 0.13
+ optparse-applicative >= 0.13 && < 0.14
If flag(previewServer)
Build-depends:
@@ -207,7 +207,7 @@ Library
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