From 1a09475e9681e366164ce006ce45ffcdcf39fbb2 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sat, 19 Dec 2015 14:47:33 +0100 Subject: Bump http-types dependency and version --- hakyll.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hakyll.cabal') diff --git a/hakyll.cabal b/hakyll.cabal index 783d975..ed53809 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.7.4.0 +Version: 4.7.5.0 Synopsis: A static website compiler library Description: @@ -192,7 +192,7 @@ Library If flag(checkExternal) Build-depends: http-conduit >= 2.1 && < 2.2, - http-types >= 0.7 && < 0.9 + http-types >= 0.7 && < 0.10 Cpp-options: -DCHECK_EXTERNAL @@ -278,7 +278,7 @@ Test-suite hakyll-tests If flag(checkExternal) Build-depends: http-conduit >= 2.1 && < 2.2, - http-types >= 0.7 && < 0.9 + http-types >= 0.7 && < 0.10 Cpp-options: -DCHECK_EXTERNAL -- cgit v1.2.3