summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-07-13 12:07:49 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2012-07-13 12:07:49 +0200
commitb37dc1b8347cc824f4d06e1446c049d67b9338df (patch)
tree4362e2ebebc138173020bae2b5d4ec6a90195e4f
parent0f19aa93537d90259c04b09961e4d7afa2923363 (diff)
downloadhakyll-b37dc1b8347cc824f4d06e1446c049d67b9338df.tar.gz
Version bump (3.4.0.0)
-rw-r--r--hakyll.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 34894ba..2d06d28 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,