diff options
| author | John MacFarlane <[email protected]> | 2023-07-06 22:51:07 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-07-06 22:51:07 -0700 |
| commit | 921b0949f4400af2e602982806e48222b7611bd9 (patch) | |
| tree | 438c47549020cf0a5ed55d66d57afbc17d8358f7 | |
| parent | d76ca4624d795e2a5427de974691efed19dfe52e (diff) | |
Depend on released skylighting 0.13.4.
| -rw-r--r-- | cabal.project | 3 | ||||
| -rw-r--r-- | pandoc.cabal | 4 | ||||
| -rw-r--r-- | stack.yaml | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/cabal.project b/cabal.project index 373e9541a..12f7c1c64 100644 --- a/cabal.project +++ b/cabal.project @@ -11,5 +11,4 @@ source-repository-package type: git location: https://github.com/jgm/typst-hs tag: 74cc25961afd03f9d6aeb8b8ef8e4631c94ca0e9 --- when time for a release: --- Release new skylighting, skylighting-core and depend on them + diff --git a/pandoc.cabal b/pandoc.cabal index 6416c0533..a9b2e0b20 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -510,8 +510,8 @@ library random >= 1 && < 1.3, safe >= 0.3.18 && < 0.4, scientific >= 0.3 && < 0.4, - skylighting >= 0.13.3 && < 0.14, - skylighting-core >= 0.13.3 && < 0.14, + skylighting >= 0.13.4 && < 0.14, + skylighting-core >= 0.13.4 && < 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 160eb1828..2026151f7 100644 --- a/stack.yaml +++ b/stack.yaml @@ -25,6 +25,8 @@ extra-deps: - typst-symbols-0.1.2 - toml-parser-1.1.1.0 - pandoc-types-1.23.0.1 +- skylighting-core-0.13.4 +- skylighting-0.13.4 - git: https://github.com/jgm/typst-hs commit: 74cc25961afd03f9d6aeb8b8ef8e4631c94ca0e9 |
