From 249c3e8c5a1864b2c3e4776d499f2ab55fc84607 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Wed, 7 May 2014 11:21:04 -0700 Subject: [PATCH] Bumped version bound for mtl. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,