summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-01-06 22:35:54 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-01-06 22:35:54 -0800
commit9bd7ed7225c669b6744fbbe3e8d52cccf7f814a1 (patch)
treeffc8cb9d5afe20755bce319be3c1750a18c72ae5 /pandoc.cabal
parent6ddd9f323920317780d1247ede2729f519b80cde (diff)
Increase upper bound for text.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal5
1 files changed, 2 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 57face523..a1a4c9b40 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -316,12 +316,11 @@ Executable pandoc
directory >= 1 && < 1.3,
filepath >= 1.1 && < 1.4,
network >= 2 && < 2.5,
- text >= 0.11 && < 0.12,
+ text >= 0.11 && < 1.1,
bytestring >= 0.9 && < 0.11,
extensible-exceptions >= 0.1 && < 0.2,
highlighting-kate >= 0.5.5 && < 0.6,
aeson >= 0.6 && < 0.7,
- text >= 0.11 && < 0.12,
yaml >= 0.8.3 && < 0.9,
containers >= 0.1 && < 0.6,
HTTP >= 4000.0.5 && < 4000.3
@@ -359,7 +358,7 @@ Test-Suite test-pandoc
pandoc,
pandoc-types >= 1.12.3 && < 1.13,
bytestring >= 0.9 && < 0.11,
- text >= 0.11 && < 0.12,
+ text >= 0.11 && < 1.1,
directory >= 1 && < 1.3,
filepath >= 1.1 && < 1.4,
process >= 1 && < 1.3,