diff options
Diffstat (limited to 'hakyll.cabal')
-rw-r--r-- | hakyll.cabal | 8 |
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, |