aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-05-07 11:21:04 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-05-07 11:21:04 -0700
commit249c3e8c5a1864b2c3e4776d499f2ab55fc84607 (patch)
tree76e326308750ed06c4b324d1cf06515c660845d1 /pandoc.cabal
parentb71810d7e6af369adef042b825bb4572b7c58ca5 (diff)
downloadpandoc-249c3e8c5a1864b2c3e4776d499f2ab55fc84607.tar.gz
Bumped version bound for mtl.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index d3b0b71f8..ea0aa71ba 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -206,7 +206,7 @@ Library
unordered-containers >= 0.2 && < 0.3,
array >= 0.3 && < 0.6,
parsec >= 3.1 && < 3.2,
- mtl >= 1.1 && < 2.2,
+ mtl >= 1.1 && < 2.3,
network >= 2 && < 2.6,
filepath >= 1.1 && < 1.4,
process >= 1 && < 1.3,