summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2014-04-06 12:40:33 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2014-04-06 12:40:33 +0200
commit8dcc8f846ad2d3f5c965583c8d902f3fc4f9d1b9 (patch)
tree950d7a0fdfde158167ba1b8325ca13009958caef
parent99e8bda0f4dc64f323a2f9745300275819099f18 (diff)
downloadhakyll-8dcc8f846ad2d3f5c965583c8d902f3fc4f9d1b9.tar.gz
Strictify http-conduit dependency
-rw-r--r--hakyll.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index a91126f..0a31f87 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.5.0.1
+Version: 4.5.0.2
Synopsis: A static website compiler library
Description:
@@ -191,7 +191,7 @@ Library
If flag(checkExternal)
Build-depends:
- http-conduit >= 1.8 && < 2.2,
+ http-conduit >= 2.1 && < 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.2,
+ http-conduit >= 2.1 && < 2.2,
http-types >= 0.7 && < 0.9
Cpp-options:
-DCHECK_EXTERNAL