aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-12-07 16:04:30 -0800
committerJohn MacFarlane <[email protected]>2024-12-07 16:04:30 -0800
commitc4aebcc406a224700118ed1c703fc0b8bad7c4ad (patch)
tree8fd2f3ea252569bf8c299d7c799945654df70747
parent158716f47a3c99aa33020b39a5ee92dcee8bea25 (diff)
Depend on released skylighting, skylighting-core 0.14.4.
-rw-r--r--cabal.project6
-rw-r--r--pandoc.cabal4
-rw-r--r--stack.yaml5
3 files changed, 4 insertions, 11 deletions
diff --git a/cabal.project b/cabal.project
index 629528bf2..8f958dd81 100644
--- a/cabal.project
+++ b/cabal.project
@@ -21,9 +21,3 @@ source-repository-package
tag: 1fddc913b31487571b12fd0ac99d4a0ab00acd34
subdir: commonmark-pandoc
-source-repository-package
- type: git
- location: https://github.com/jgm/skylighting.git
- tag: 2b6876018a903207c7a9093c5c63b00a4d0980be
- subdir: skylighting-core
-
diff --git a/pandoc.cabal b/pandoc.cabal
index 209e21770..2e9b1e9de 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.3 && < 0.15,
- skylighting-core >= 0.14.3 && < 0.15,
+ skylighting >= 0.14.4 && < 0.15,
+ skylighting-core >= 0.14.4 && < 0.15,
split >= 0.2 && < 0.3,
syb >= 0.1 && < 0.8,
tagsoup >= 0.14.6 && < 0.15,
diff --git a/stack.yaml b/stack.yaml
index edd7056ed..8074c96ab 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -23,10 +23,9 @@ extra-deps:
- typst-0.6.1
- pandoc-lua-marshal-0.3.0
- texmath-0.12.8.12
+- skylighting-core-0.14.4
+- skylighting-0.14.4
- skylighting-format-blaze-html-0.1.1.3
-- git: https://github.com/jgm/skylighting.git
- commit: 2b6876018a903207c7a9093c5c63b00a4d0980be
- subdirs: [skylighting-core]
- git: https://github.com/jgm/commonmark-hs.git
commit: 1fddc913b31487571b12fd0ac99d4a0ab00acd34
subdirs: [commonmark-extensions, commonmark-pandoc]