aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
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 /pandoc.cabal
parent052056289fc6f884a2a8799dacca64a16248a5c2 (diff)
downloadpandoc-88d3d55909e0cc0612fcc0e7f86d81a51635fee0.tar.gz
Require latest skylighting (fixes a bug in XML syntax highlighting).
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 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,