summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2014-04-06 12:15:12 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2014-04-06 12:15:12 +0200
commit99e8bda0f4dc64f323a2f9745300275819099f18 (patch)
treea47748492883716ce05449261e22e962ecc62f84 /hakyll.cabal
parente906be021431afe55afe4bbc7cc0ec0bb37d2326 (diff)
parent053fdcf5524cc4baf28279e240c877907f7dbcd2 (diff)
downloadhakyll-99e8bda0f4dc64f323a2f9745300275819099f18.tar.gz
Merge pull request #239 from emwap/master
Relax upper limit on http-conduit
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 f7822ce..a91126f 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -191,7 +191,7 @@ Library
If flag(checkExternal)
Build-depends:
- http-conduit >= 1.8 && < 2.1,
+ http-conduit >= 1.8 && < 2.2,
http-types >= 0.7 && < 0.9
Cpp-options:
-DCHECK_EXTERNAL
@@ -277,7 +277,7 @@ Test-suite hakyll-tests
If flag(checkExternal)
Build-depends:
- http-conduit >= 1.8 && < 2.1,
+ http-conduit >= 1.8 && < 2.2,
http-types >= 0.7 && < 0.9
Cpp-options:
-DCHECK_EXTERNAL