aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-08-26 23:15:41 -0700
committerJohn MacFarlane <[email protected]>2023-08-26 23:15:41 -0700
commit6d43490b3a0cf623f5c346ee1de539936a215031 (patch)
treed8ee3797725f9238d3379c5036988979f475dbf8
parent65985f5405acc6b0f19a3549e4836ffe727c33ae (diff)
Allow skylighting 0.14 (and require it in pandoc core).
-rw-r--r--pandoc-server/pandoc-server.cabal2
-rw-r--r--pandoc.cabal4
-rw-r--r--stack.yaml3
3 files changed, 5 insertions, 4 deletions
diff --git a/pandoc-server/pandoc-server.cabal b/pandoc-server/pandoc-server.cabal
index cbe9b6d04..8dc86a714 100644
--- a/pandoc-server/pandoc-server.cabal
+++ b/pandoc-server/pandoc-server.cabal
@@ -60,7 +60,7 @@ library
text >= 1.1.1.0 && < 2.1,
unicode-collation >= 0.1.1 && < 0.2,
servant-server >= 0.19 && < 0.21,
- skylighting >= 0.13 && < 0.14,
+ skylighting >= 0.13 && < 0.15,
wai >= 3.2 && < 3.3,
wai-cors >= 0.2.7 && < 0.3
diff --git a/pandoc.cabal b/pandoc.cabal
index 6ed80318e..04e5751c4 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.13.4.1 && < 0.14,
- skylighting-core >= 0.13.4.1 && < 0.14,
+ skylighting >= 0.14 && < 0.15,
+ skylighting-core >= 0.14 && < 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 21dff54bf..3dd044ab5 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -23,7 +23,8 @@ extra-deps:
- toml-parser-1.3.0.0
- typst-0.3.2.0
- texmath-0.12.8.1
-
+- skylighting-core-0.14
+- skylighting-0.14
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-21.7