aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-10-28 15:58:41 -0700
committerJohn MacFarlane <[email protected]>2022-10-28 15:59:03 -0700
commit1690a240e0db6f9e08d54bf9cf75a21314e75313 (patch)
treeaf9dd07bd718f4204a33d3fe1a7d72b28fce74c4
parentef79995a5a80d828b3c7e896d54cec89ecef6071 (diff)
Use skylighting 0.13.1.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 1212ad47b..b7cd7c0c3 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 && < 0.14,
- skylighting-core >= 0.13.1 && < 0.14,
+ skylighting >= 0.13.1.1 && < 0.14,
+ skylighting-core >= 0.13.1.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 57b34f153..da994b9d8 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -9,8 +9,8 @@ packages:
- 'pandoc-lua-engine'
- 'pandoc-server'
extra-deps:
-- skylighting-core-0.13.1
-- skylighting-0.13.1
+- skylighting-core-0.13.1.1
+- skylighting-0.13.1.1
- skylighting-format-ansi-0.1
- skylighting-format-latex-0.1
- skylighting-format-blaze-html-0.1.1