aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-09-09 20:18:56 -0700
committerJohn MacFarlane <[email protected]>2024-09-09 20:18:56 -0700
commit343f0a07527598a669c4c17742468f181dbd70b6 (patch)
treea1e5b4db9b46bdd46a710057086e2f3b24a5d6eb /pandoc.cabal
parentc0f995d0a30f5ce291b1832f40a4681f85b96f7d (diff)
Use released skylighting-core, skylighting.
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 c220206ef..b5d67d238 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -515,8 +515,8 @@ library
random >= 1 && < 1.3,
safe >= 0.3.18 && < 0.4,
scientific >= 0.3 && < 0.4,
- skylighting >= 0.14.2 && < 0.15,
- skylighting-core >= 0.14.2 && < 0.15,
+ skylighting >= 0.14.3 && < 0.15,
+ skylighting-core >= 0.14.3 && < 0.15,
split >= 0.2 && < 0.3,
syb >= 0.1 && < 0.8,
tagsoup >= 0.14.6 && < 0.15,