aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-22 14:28:03 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-22 14:28:03 -0700
commit88d3d55909e0cc0612fcc0e7f86d81a51635fee0 (patch)
tree0eaf40c26a8a7c004c114ac0910cde03a961519d
parent052056289fc6f884a2a8799dacca64a16248a5c2 (diff)
downloadpandoc-88d3d55909e0cc0612fcc0e7f86d81a51635fee0.tar.gz
Require latest skylighting (fixes a bug in XML syntax highlighting).
-rw-r--r--pandoc.cabal4
-rw-r--r--stack.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index d5ebb2d6e..b60122dbe 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -479,8 +479,8 @@ library
random >= 1 && < 1.3,
safe >= 0.3.18 && < 0.4,
scientific >= 0.3 && < 0.4,
- skylighting >= 0.10.5 && < 0.10.6,
- skylighting-core >= 0.10.5 && < 0.10.6,
+ skylighting >= 0.10.5.1 && < 0.10.6,
+ skylighting-core >= 0.10.5.1 && < 0.10.6,
split >= 0.2 && < 0.3,
syb >= 0.1 && < 0.8,
tagsoup >= 0.14.6 && < 0.15,
diff --git a/stack.yaml b/stack.yaml
index 7264793cd..c57687c41 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -10,8 +10,8 @@ extra-deps:
- hslua-1.3.0
- hslua-module-path-0.1.0
- jira-wiki-markup-1.3.4
-- skylighting-core-0.10.5
-- skylighting-0.10.5
+- skylighting-core-0.10.5.1
+- skylighting-0.10.5.1
- doclayout-0.3.0.2
- citeproc-0.3.0.9
- texmath-0.12.2