diff options
| author | John MacFarlane <[email protected]> | 2023-12-04 09:25:11 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-12-04 09:25:11 -0800 |
| commit | 970189bc1d0f0080cd8bfad5d3e220061a7dfbd4 (patch) | |
| tree | 440dbbd7d560ac9418a83f856af89110505f34d6 | |
| parent | 41da8ad9e03b9f7c97a1c9745f06bdbc28acd21f (diff) | |
Use skylighting, skylighting-core 0.14.1.
| -rw-r--r-- | pandoc.cabal | 4 | ||||
| -rw-r--r-- | stack.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 12e0029dd..21af0f2ff 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.14 && < 0.15, - skylighting-core >= 0.14 && < 0.15, + skylighting >= 0.14.1 && < 0.15, + skylighting-core >= 0.14.1 && < 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 c9f3474a2..5b54c2911 100644 --- a/stack.yaml +++ b/stack.yaml @@ -21,8 +21,8 @@ extra-deps: - http-client-tls-0.3.6.3 - typst-symbols-0.1.4 - toml-parser-1.3.0.0 -- skylighting-core-0.14 -- skylighting-0.14 +- skylighting-core-0.14.1 +- skylighting-0.14.1 - skylighting-format-blaze-html-0.1.1.1 - texmath-0.12.8.4 - tls-1.9.0 |
