diff options
| author | John MacFarlane <[email protected]> | 2024-09-09 20:18:56 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-09-09 20:18:56 -0700 |
| commit | 343f0a07527598a669c4c17742468f181dbd70b6 (patch) | |
| tree | a1e5b4db9b46bdd46a710057086e2f3b24a5d6eb | |
| parent | c0f995d0a30f5ce291b1832f40a4681f85b96f7d (diff) | |
Use released skylighting-core, skylighting.
| -rw-r--r-- | cabal.project | 2 | ||||
| -rw-r--r-- | pandoc.cabal | 4 | ||||
| -rw-r--r-- | stack.yaml | 5 |
3 files changed, 4 insertions, 7 deletions
diff --git a/cabal.project b/cabal.project index 9e5cc79c6..d810241ed 100644 --- a/cabal.project +++ b/cabal.project @@ -7,5 +7,3 @@ flags: +embed_data_files constraints: skylighting-format-blaze-html >= 0.1.1.2, skylighting-format-context >= 0.1.0.2 --- TODO update skylighting/skylighting-core - diff --git a/pandoc.cabal b/pandoc.cabal index c220206ef..b5d67d238 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -515,8 +515,8 @@ library random >= 1 && < 1.3, safe >= 0.3.18 && < 0.4, scientific >= 0.3 && < 0.4, - skylighting >= 0.14.2 && < 0.15, - skylighting-core >= 0.14.2 && < 0.15, + skylighting >= 0.14.3 && < 0.15, + skylighting-core >= 0.14.3 && < 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 fc81c0e11..e89cede97 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,8 +15,8 @@ extra-deps: - typst-symbols-0.1.6 - emojis-0.1.4.1 - commonmark-extensions-0.2.5.5 -- skylighting-core-0.14.2 -- skylighting-0.14.2 +- skylighting-core-0.14.3 +- skylighting-0.14.3 - citeproc-0.8.1.1 - djot-0.1.2.1 - doclayout-0.5 @@ -24,7 +24,6 @@ extra-deps: - hslua-module-doclayout-1.1.1.2 - texmath-0.12.8.10 - typst-0.6 -# TODO update skylighting/skylighting-core ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-22.24 |
