From 053fdcf5524cc4baf28279e240c877907f7dbcd2 Mon Sep 17 00:00:00 2001 From: Anders Persson Date: Fri, 4 Apr 2014 17:13:31 +0200 Subject: Relax upper limit on http-conduit Fixes #237. --- hakyll.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hakyll.cabal') 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 -- cgit v1.2.3