summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorSimon Hengel <sol@typeful.net>2012-04-15 16:31:36 +0200
committerSimon Hengel <sol@typeful.net>2012-04-15 16:31:36 +0200
commit16694e313420f7de844bff98ea428a15957e6d2a (patch)
treeccd7fe133901ffb43b762d23ae7100ebde7f7f73 /pandoc.cabal
parentf40b2eb2e763ed08768e08394e5a131bd4373126 (diff)
Allow mtl-2.1.*
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 444e737ae..59809964c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -193,7 +193,7 @@ Library
Build-Depends: containers >= 0.1 && < 0.5,
parsec >= 3.1 && < 3.2,
blaze-html >= 0.4.3.0 && < 0.5,
- mtl >= 1.1 && < 2.1,
+ mtl >= 1.1 && < 2.2,
network >= 2 && < 2.4,
filepath >= 1.1 && < 1.4,
process >= 1 && < 1.2,
@@ -291,7 +291,7 @@ Executable pandoc
Build-Depends: containers >= 0.1 && < 0.5,
parsec >= 3.1 && < 3.2,
blaze-html >= 0.4.3.0 && < 0.5,
- mtl >= 1.1 && < 2.1,
+ mtl >= 1.1 && < 2.2,
network >= 2 && < 2.4,
filepath >= 1.1 && < 1.4,
process >= 1 && < 1.2,
@@ -349,7 +349,7 @@ Executable test-pandoc
Build-Depends: containers >= 0.1 && < 0.5,
parsec >= 3.1 && < 3.2,
blaze-html >= 0.4.3.0 && < 0.5,
- mtl >= 1.1 && < 2.1,
+ mtl >= 1.1 && < 2.2,
network >= 2 && < 2.4,
filepath >= 1.1 && < 1.4,
process >= 1 && < 1.2,