aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-10-15 15:33:35 -0700
committerJohn MacFarlane <[email protected]>2022-10-15 15:36:48 -0700
commit726c54de27f42d050519c191a2f32bcdfc17c6a7 (patch)
tree7c4faffb414534c2a1a1b0c418836a7273b85406
parent1195f5bb3b86608af6c711893b104d5049ebcd01 (diff)
Use skylighting 0.13.1.
-rw-r--r--pandoc.cabal4
-rw-r--r--stack.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 2bb2180ba..82bd42fe7 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 && < 0.14,
- skylighting-core >= 0.13 && < 0.14,
+ skylighting >= 0.13.1 && < 0.14,
+ skylighting-core >= 0.13.1 && < 0.14,
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 4fd42bc06..b1f6dd5c4 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -9,8 +9,8 @@ packages:
- 'pandoc-lua-engine'
- 'pandoc-server'
extra-deps:
-- skylighting-core-0.13
-- skylighting-0.13
+- skylighting-core-0.13.1
+- skylighting-0.13.1
- skylighting-format-ansi-0.1
- skylighting-format-latex-0.1
- skylighting-format-blaze-html-0.1.1