aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-09-05 17:36:37 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-09-05 17:36:37 -0700
commite26ef34c043404e813b79117860ee44ea45e909e (patch)
tree7cdeb65bea7d9d3d6bcef7aa90c540058336f89c
parent1c35167c3aca50478fe3d7535be7508a4acc90fd (diff)
downloadpandoc-e26ef34c043404e813b79117860ee44ea45e909e.tar.gz
Add dependency on skylighting-core in cabal file.
Closes #5729.
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
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,