diff options
Diffstat (limited to 'hakyll.cabal')
-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 |