From e26ef34c043404e813b79117860ee44ea45e909e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 5 Sep 2019 17:36:37 -0700 Subject: Add dependency on skylighting-core in cabal file. Closes #5729. --- pandoc.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/pandoc.cabal b/pandoc.cabal index b94efd5e1..fd95db3ad 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -397,6 +397,7 @@ library base64-bytestring >= 0.1 && < 1.1, zlib >= 0.5 && < 0.7, skylighting >= 0.8.2 && < 0.9, + skylighting-core >= 0.8.2 && < 0.9, data-default >= 0.4 && < 0.8, temporary >= 1.1 && < 1.4, blaze-html >= 0.9 && < 0.10, -- cgit v1.2.3