From cbc3f034adcce14548dc1a2c0569f349f6023a8c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 27 Feb 2021 12:52:23 -0800 Subject: Use skylighting 0.10.4. This version of skylighting uses xml-conduit rather than hxt. This speeds up parsing of XML syntax definitions fourfold, and removes four packages from pandoc's dependency graph: hxt-charproperties hxt-unicode hxt-regex-xmlschema hxt --- pandoc.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index 0f5e8312f..83c5c0120 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -480,8 +480,8 @@ library random >= 1 && < 1.2, safe >= 0.3 && < 0.4, scientific >= 0.3 && < 0.4, - skylighting >= 0.10.3 && < 0.11, - skylighting-core >= 0.10.3 && < 0.11, + skylighting >= 0.10.4 && < 0.11, + skylighting-core >= 0.10.4 && < 0.11, split >= 0.2 && < 0.3, syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, -- cgit v1.2.3