From b37dc1b8347cc824f4d06e1446c049d67b9338df Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Fri, 13 Jul 2012 12:07:49 +0200 Subject: [PATCH] Version bump (3.4.0.0) --- hakyll.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hakyll.cabal b/hakyll.cabal index 34894ba32..2d06d285d 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 3.3.0.1 +Version: 3.4.0.0 Synopsis: A static website compiler library Description: @@ -69,7 +69,7 @@ Library blaze-markup >= 0.5.1 && < 0.6, bytestring >= 0.9 && < 0.10, citeproc-hs >= 0.3.2 && < 0.4, - containers >= 0.3 && < 0.5, + containers >= 0.3 && < 0.6, cryptohash >= 0.7 && < 0.8, directory >= 1.0 && < 1.2, filepath >= 1.0 && < 1.4, @@ -176,7 +176,7 @@ Test-suite hakyll-tests blaze-markup >= 0.5.1 && < 0.6, bytestring >= 0.9 && < 0.10, citeproc-hs >= 0.3.2 && < 0.4, - containers >= 0.3 && < 0.5, + containers >= 0.3 && < 0.6, cryptohash >= 0.7 && < 0.8, directory >= 1.0 && < 1.2, filepath >= 1.0 && < 1.4,