summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-12-04 09:25:11 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2023-12-04 09:25:11 -0800
commit970189bc1d0f0080cd8bfad5d3e220061a7dfbd4 (patch)
tree440dbbd7d560ac9418a83f856af89110505f34d6 /pandoc.cabal
parent41da8ad9e03b9f7c97a1c9745f06bdbc28acd21f (diff)
Use skylighting, skylighting-core 0.14.1.
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 12e0029dd..21af0f2ff 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -508,8 +508,8 @@ library
random >= 1 && < 1.3,
safe >= 0.3.18 && < 0.4,
scientific >= 0.3 && < 0.4,
- skylighting >= 0.14 && < 0.15,
- skylighting-core >= 0.14 && < 0.15,
+ skylighting >= 0.14.1 && < 0.15,
+ skylighting-core >= 0.14.1 && < 0.15,
split >= 0.2 && < 0.3,
syb >= 0.1 && < 0.8,
tagsoup >= 0.14.6 && < 0.15,