aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-12-22 23:28:22 -0800
committerJohn MacFarlane <[email protected]>2024-12-22 23:28:22 -0800
commitc481843ce368dd6dc9bd62147db5b589a7d8e1d7 (patch)
treeba93c537410af656341e68b764774baad4e31274 /pandoc.cabal
parentb6aff2145231a7284b47b030c08a6410fb114ec1 (diff)
Depend on skylighting/skylighting-core 0.14.5
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 4ae03932e..1ed4efac1 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -524,8 +524,8 @@ library
random >= 1 && < 1.3,
safe >= 0.3.18 && < 0.4,
scientific >= 0.3 && < 0.4,
- skylighting >= 0.14.4 && < 0.15,
- skylighting-core >= 0.14.4 && < 0.15,
+ skylighting >= 0.14.5 && < 0.15,
+ skylighting-core >= 0.14.5 && < 0.15,
split >= 0.2 && < 0.3,
syb >= 0.1 && < 0.8,
tagsoup >= 0.14.6 && < 0.15,