summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorMekeor Melire <mekeor@ymail.com>2012-08-11 01:31:27 +0200
committerMekeor Melire <mekeor@ymail.com>2012-08-11 01:31:27 +0200
commit0f484c49be07f0729d89d562f02a40109872737a (patch)
treeb47bab7a72db5cdb80345eda3d0822f41bbb75a3 /hakyll.cabal
parent998db08a7f0f3464515fe0328d22fb91ffd9dc11 (diff)
parenta0f5193d970a0fc387c37c8629b37a1088a8e5f4 (diff)
downloadhakyll-0f484c49be07f0729d89d562f02a40109872737a.tar.gz
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 271439c..f3a61db 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 3.4.0.0
+Version: 3.4.1.0
Synopsis: A static website compiler library
Description:
@@ -74,7 +74,7 @@ Library
cryptohash >= 0.7 && < 0.8,
directory >= 1.0 && < 1.2,
filepath >= 1.0 && < 1.4,
- hamlet >= 1.0 && < 1.1,
+ hamlet >= 1.0 && < 1.2,
mtl >= 1 && < 2.2,
old-locale >= 1.0 && < 1.1,
old-time >= 1.0 && < 1.2,
@@ -182,7 +182,7 @@ Test-suite hakyll-tests
cryptohash >= 0.7 && < 0.8,
directory >= 1.0 && < 1.2,
filepath >= 1.0 && < 1.4,
- hamlet >= 1.0 && < 1.1,
+ hamlet >= 1.0 && < 1.2,
mtl >= 1 && < 2.2,
old-locale >= 1.0 && < 1.1,
old-time >= 1.0 && < 1.2,