From ae6ba1533bbe79bc82d2b3fc47dc3cde55bf7370 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 7 Jan 2018 18:41:01 -0800 Subject: Use latest skylighting and omit the 'missingincludes' check. If you use a custom syntax definition that refers to a syntax you haven't loaded, pandoc will now complain when it is highlighting the text, rather than at the start. This saves a huge performance hit from the `missingIncludes` check. Closes #4226. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index c006a90cd..43dcfd186 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -365,7 +365,7 @@ library tagsoup >= 0.14.2 && < 0.15, base64-bytestring >= 0.1 && < 1.1, zlib >= 0.5 && < 0.7, - skylighting >= 0.5 && < 0.6, + skylighting >= 0.5.1 && < 0.6, data-default >= 0.4 && < 0.8, temporary >= 1.1 && < 1.3, blaze-html >= 0.5 && < 0.10, -- cgit v1.2.3