aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-12-08 12:20:18 -0800
committerJohn MacFarlane <[email protected]>2022-12-08 12:20:18 -0800
commit5819e36dfa2b2e16e7b54cecfbc6851efec090d2 (patch)
tree20b6335819f59de28a6a0f23904200260d80e346
parent18874be79d9ce6369c0739b9a9c91f73340e1745 (diff)
Use skylighting 0.13.1.2
-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 41f2597bb..06e7cc43f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -507,8 +507,8 @@ library
random >= 1 && < 1.3,
safe >= 0.3.18 && < 0.4,
scientific >= 0.3 && < 0.4,
- skylighting >= 0.13.1.1 && < 0.14,
- skylighting-core >= 0.13.1.1 && < 0.14,
+ skylighting >= 0.13.1.2 && < 0.14,
+ skylighting-core >= 0.13.1.2 && < 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 d62a24d85..a69527445 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -9,8 +9,8 @@ packages:
- 'pandoc-lua-engine'
- 'pandoc-server'
extra-deps:
-- skylighting-core-0.13.1.1
-- skylighting-0.13.1.1
+- skylighting-core-0.13.1.2
+- skylighting-0.13.1.2
- skylighting-format-ansi-0.1
- skylighting-format-latex-0.1
- skylighting-format-blaze-html-0.1.1