summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-09-01 06:32:03 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2016-09-02 09:18:09 -0400
commit121e3dfb6411e109886ca2d45dacb9708cb0c4a0 (patch)
tree140f17aad412341c549164793931bc5e79d73810
parentf72e3b58e8edd9d81c982ec9e9c54fbc0ba94dcd (diff)
Change constraint on mtl.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 049ce1191..65936f528 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -255,7 +255,7 @@ Library
unordered-containers >= 0.2 && < 0.3,
array >= 0.3 && < 0.6,
parsec >= 3.1 && < 3.2,
- mtl >= 1.1 && < 2.3,
+ mtl >= 2.2 && < 2.3,
filepath >= 1.1 && < 1.5,
process >= 1 && < 1.5,
directory >= 1 && < 1.3,