From bbcbf8b37887f37e9a07009eaaeea75ab6752bd1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 23 Jun 2024 23:10:20 -0700 Subject: [PATCH] Use released skylighting-core 0.14.2. --- cabal.project | 5 ----- pandoc.cabal | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/cabal.project b/cabal.project index e4bf929de..c42dc0d93 100644 --- a/cabal.project +++ b/cabal.project @@ -22,8 +22,3 @@ source-repository-package location: https://github.com/jgm/citeproc tag: c7d81a376f434e90e1ef5724316042dfa4e21ef0 -source-repository-package - type: git - location: https://github.com/jgm/skylighting - subdir: skylighting-core - tag: d9fa7093e16b8e4581d719eb8849fd9ea2c3ea0b diff --git a/pandoc.cabal b/pandoc.cabal index b2b6f8a6e..ef34c9521 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -514,8 +514,8 @@ library random >= 1 && < 1.3, safe >= 0.3.18 && < 0.4, scientific >= 0.3 && < 0.4, - skylighting >= 0.14.1.2 && < 0.15, - skylighting-core >= 0.14.1.2 && < 0.15, + skylighting >= 0.14.2 && < 0.15, + skylighting-core >= 0.14.2 && < 0.15, split >= 0.2 && < 0.3, syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15,