summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-01-19 15:44:27 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2022-01-19 15:44:27 -0800
commit89c8f2866e10a87c1b5eaeefc33b76a49953c5c8 (patch)
tree7ff7cb31cd9e9eed0a3742c059ac7b16c552c099
parentd5818413ff404d6fcb8fc9778b78912a28228074 (diff)
Use skylighting 0.12.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 f55ae354c..134c31fc1 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -500,8 +500,8 @@ library
random >= 1 && < 1.3,
safe >= 0.3.18 && < 0.4,
scientific >= 0.3 && < 0.4,
- skylighting >= 0.12.1 && < 0.13,
- skylighting-core >= 0.12.1 && < 0.13,
+ skylighting >= 0.12.2 && < 0.13,
+ skylighting-core >= 0.12.2 && < 0.13,
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 26d716b76..be6c81247 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -7,8 +7,8 @@ flags:
packages:
- '.'
extra-deps:
-- skylighting-core-0.12.1
-- skylighting-0.12.1
+- skylighting-core-0.12.2
+- skylighting-0.12.2
- doctemplates-0.10.0.1
- emojis-0.1.2
- doclayout-0.3.1.1