diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2014-05-22 18:02:12 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2014-05-22 18:02:12 +0200 |
commit | 69a10204c515c6da447a6e1417301d80e17b20be (patch) | |
tree | a01b4dbc396445e964329e16a85d7cc93e7e1417 | |
parent | f9a0d3708850c9c05f39b425db424161fd2312f5 (diff) | |
parent | 5d6e31365da00d2ed2b6db41c4ceb0f7a8f0a40a (diff) | |
download | hakyll-69a10204c515c6da447a6e1417301d80e17b20be.tar.gz |
Merge pull request #260 from trofi/master
hakyll.cabal: allow mtl-2.2
-rw-r--r-- | hakyll.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 9087673..55ad797 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -153,7 +153,7 @@ Library directory >= 1.0 && < 1.3, filepath >= 1.0 && < 1.4, lrucache >= 1.1.1 && < 1.2, - mtl >= 1 && < 2.2, + mtl >= 1 && < 2.3, network >= 2.4 && < 2.6, old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, @@ -239,7 +239,7 @@ Test-suite hakyll-tests directory >= 1.0 && < 1.3, filepath >= 1.0 && < 1.4, lrucache >= 1.1.1 && < 1.2, - mtl >= 1 && < 2.2, + mtl >= 1 && < 2.3, network >= 2.4 && < 2.6, old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, |