summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorChris Wong <lambda.fairy@gmail.com>2016-10-14 22:42:03 +1300
committerChris Wong <lambda.fairy@gmail.com>2016-10-14 23:07:04 +1300
commitccb004ba10cfcdbcc419440e5f877605896bac4c (patch)
tree1d5a8f8d14061f8bc36c610da9ccd14272a5db04 /hakyll.cabal
parent32e34f435c7911f36acdf4a62eec1f56faf0b269 (diff)
downloadhakyll-ccb004ba10cfcdbcc419440e5f877605896bac4c.tar.gz
Update to http-conduit 2.2
The new `parseRequest` function doesn't throw on non-200 responses, so we don't need to account for these in the exception handler.
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 44a09e5..c66524e 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -202,7 +202,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