summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2012-04-15 10:43:13 -0700
committerJasper Van der Jeugt <jaspervdj@gmail.com>2012-04-15 10:43:13 -0700
commitc9a4131f86e81e0ec4098ddd1548c67091818011 (patch)
tree99e8eddeceba1d0f19b4f47fadf7aed696474b73
parent9f6200cd3ee7fb57fea9d3473bed880e87f2e792 (diff)
parent193350bad2dd93aaa6af7cedf66a61ebf3d350cb (diff)
downloadhakyll-c9a4131f86e81e0ec4098ddd1548c67091818011.tar.gz
Merge pull request #62 from sol/master
Update dependencies
-rw-r--r--hakyll.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index b0fc0f9..bca806b 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -68,8 +68,8 @@ Library
cryptohash >= 0.7 && < 0.8,
directory >= 1.0 && < 1.2,
filepath >= 1.0 && < 1.4,
- hamlet >= 0.10.3 && < 0.11,
- mtl >= 1 && < 2.1,
+ hamlet >= 0.10.3 && < 1.1,
+ mtl >= 1 && < 2.2,
old-locale >= 1.0 && < 1.1,
old-time >= 1.0 && < 1.2,
pandoc >= 1.9 && < 1.10,
@@ -166,8 +166,8 @@ Test-suite hakyll-tests
cryptohash >= 0.7 && < 0.8,
directory >= 1.0 && < 1.2,
filepath >= 1.0 && < 1.4,
- hamlet >= 0.10.3 && < 0.11,
- mtl >= 1 && < 2.1,
+ hamlet >= 0.10.3 && < 1.1,
+ mtl >= 1 && < 2.2,
old-locale >= 1.0 && < 1.1,
old-time >= 1.0 && < 1.2,
pandoc >= 1.9 && < 1.10,