From 9bd7ed7225c669b6744fbbe3e8d52cccf7f814a1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 6 Jan 2014 22:35:54 -0800 Subject: [PATCH] Increase upper bound for text. --- pandoc.cabal | 5 ++--- 1 file 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,