summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Persson <anders.cj.persson@gmail.com>2014-04-04 17:13:31 +0200
committerAnders Persson <anders.cj.persson@gmail.com>2014-04-04 17:13:31 +0200
commit053fdcf5524cc4baf28279e240c877907f7dbcd2 (patch)
treea47748492883716ce05449261e22e962ecc62f84
parente906be021431afe55afe4bbc7cc0ec0bb37d2326 (diff)
downloadhakyll-053fdcf5524cc4baf28279e240c877907f7dbcd2.tar.gz
Relax upper limit on http-conduit
Fixes #237.
-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