aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-01-13 07:51:32 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-01-13 08:39:25 -0800
commit9009bda1792e1db5d019d63c16f40ce9df269724 (patch)
tree75f8ac407594c3d9de2f02f102b4c34cf1a70953 /pandoc.cabal
parent157936c927a6b4ea40e5f5100ed5cc7714e2b046 (diff)
downloadpandoc-9009bda1792e1db5d019d63c16f40ce9df269724.tar.gz
Update versions for doclayout, doctemplates.
Closes #6031. The new version of doclayout fixes a memory leak that affected `--include-in-header` with large files (and possibly other cases involving extremely long lines).
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 3ab229c54..49f6d65c0 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -424,7 +424,7 @@ library
case-insensitive >= 1.2 && < 1.3,
unicode-transforms >= 0.3 && < 0.4,
HsYAML >= 0.2 && < 0.3,
- doclayout >= 0.2.0.1 && < 0.3,
+ doclayout >= 0.3 && < 0.4,
ipynb >= 0.1 && < 0.2,
attoparsec >= 0.12 && < 0.14,
text-conversions >= 0.3 && < 0.4,