diff options
author | Anders Persson <anders.cj.persson@gmail.com> | 2014-04-04 17:13:31 +0200 |
---|---|---|
committer | Anders Persson <anders.cj.persson@gmail.com> | 2014-04-04 17:13:31 +0200 |
commit | 053fdcf5524cc4baf28279e240c877907f7dbcd2 (patch) | |
tree | a47748492883716ce05449261e22e962ecc62f84 | |
parent | e906be021431afe55afe4bbc7cc0ec0bb37d2326 (diff) | |
download | hakyll-053fdcf5524cc4baf28279e240c877907f7dbcd2.tar.gz |
Relax upper limit on http-conduit
Fixes #237.
-rw-r--r-- | hakyll.cabal | 4 |
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 |