diff options
| author | John MacFarlane <[email protected]> | 2024-03-14 13:49:51 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-03-14 13:49:51 -0700 |
| commit | 9208e24cb3e93d275c725b9060814047b5900752 (patch) | |
| tree | fa16f61195ba31cf8b20b4bedfa3e7f5226fe84b | |
| parent | 95661b6a0584329e1f219e94aacfee945436fa52 (diff) | |
Depend on released skylighting, typst, texmath
| -rw-r--r-- | cabal.project | 12 | ||||
| -rw-r--r-- | pandoc.cabal | 8 | ||||
| -rw-r--r-- | stack.yaml | 9 |
3 files changed, 8 insertions, 21 deletions
diff --git a/cabal.project b/cabal.project index e6b2d9590..d810241ed 100644 --- a/cabal.project +++ b/cabal.project @@ -7,15 +7,3 @@ flags: +embed_data_files constraints: skylighting-format-blaze-html >= 0.1.1.2, skylighting-format-context >= 0.1.0.2 -source-repository-package - type: git - location: https://github.com/jgm/texmath - tag: 85d7c9aaa19c9cc5f53f1cd56384cf89bef83ca4 - -source-repository-package - type: git - location: https://github.com/jgm/doclayout - tag: af6563972de73ead9f37de44ccca1c86b09a7cec - --- skylighting also has updates and needs a new release --- typst-hs has updates and needs a new release diff --git a/pandoc.cabal b/pandoc.cabal index 97877fc99..06c40d487 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -510,13 +510,13 @@ library random >= 1 && < 1.3, safe >= 0.3.18 && < 0.4, scientific >= 0.3 && < 0.4, - skylighting >= 0.14.1 && < 0.15, - skylighting-core >= 0.14.1 && < 0.15, + skylighting >= 0.14.1.1 && < 0.15, + skylighting-core >= 0.14.1.1 && < 0.15, split >= 0.2 && < 0.3, syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, temporary >= 1.1 && < 1.4, - texmath >= 0.12.8.6 && < 0.13, + texmath >= 0.12.8.7 && < 0.13, text >= 1.1.1.0 && < 2.2, text-conversions >= 0.3 && < 0.4, time >= 1.5 && < 1.14, @@ -526,7 +526,7 @@ library zip-archive >= 0.4.3.1 && < 0.5, zlib >= 0.5 && < 0.8, xml >= 1.3.12 && < 1.4, - typst >= 0.5.0.1 && < 0.5.1, + typst >= 0.5.0.2 && < 0.5.1, vector >= 0.12 && < 0.14, djot >= 0.1.1.2 && < 0.2, tls >= 2.0.1 && < 2.1, diff --git a/stack.yaml b/stack.yaml index 408250c94..e915b0571 100644 --- a/stack.yaml +++ b/stack.yaml @@ -13,15 +13,14 @@ extra-deps: - commonmark-0.2.6 - commonmark-extensions-0.2.5.4 - commonmark-pandoc-0.2.2.1 -- typst-0.5.0.1 +- typst-0.5.0.2 - tls-2.0.1 - skylighting-format-blaze-html-0.1.1.2 +- skylighting-core-0.14.1.1 +- skylighting-0.14.1.1 - djot-0.1.1.2 - zip-archive-0.4.3.1 -- git: https://github.com/jgm/texmath - commit: 85d7c9aaa19c9cc5f53f1cd56384cf89bef83ca4 -- git: https://github.com/jgm/doclayout - commit: af6563972de73ead9f37de44ccca1c86b09a7cec +- texmath-0.12.8.7 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
