aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-11-19 00:17:22 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-11-19 00:17:22 -0800
commit1a679a4d6e99f4bdb19f1f546a0ccf856ba00cf4 (patch)
tree06dc3d1cfb149555d7e5dd22d689721c0af8ee8f /pandoc.cabal
parentfda3e401633c2d9441539670c8248a2b5d09b831 (diff)
downloadpandoc-1a679a4d6e99f4bdb19f1f546a0ccf856ba00cf4.tar.gz
LaTeX reader: cleaned up handling of dimension arguments.
Allow decimal points, preceding space. Also require text 1.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 c34d3d461..33104dcc9 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -361,7 +361,7 @@ library
process >= 1.2.3 && < 1.7,
directory >= 1 && < 1.4,
bytestring >= 0.9 && < 0.11,
- text >= 0.11 && < 1.3,
+ text >= 1.1.1.0 && < 1.3,
time >= 1.5 && < 1.10,
safe >= 0.3 && < 0.4,
zip-archive >= 0.2.3.4 && < 0.4,
@@ -643,7 +643,7 @@ test-suite test-pandoc
pandoc-types >= 1.17.5 && < 1.18,
bytestring >= 0.9 && < 0.11,
base64-bytestring >= 0.1 && < 1.1,
- text >= 0.11 && < 1.3,
+ text >= 1.1.1.0 && < 1.3,
time >= 1.5 && < 1.10,
directory >= 1 && < 1.4,
filepath >= 1.1 && < 1.5,
@@ -727,7 +727,7 @@ benchmark benchmark-pandoc
build-depends: pandoc,
time, bytestring, containers,
base >= 4.8 && < 5,
- text >= 0.11 && < 1.3,
+ text >= 1.1.1.0 && < 1.3,
mtl >= 2.2 && < 2.3,
criterion >= 1.0 && < 1.6
if impl(ghc < 8.0)