diff options
| author | John MacFarlane <[email protected]> | 2024-09-09 18:25:31 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-09-09 18:25:31 -0700 |
| commit | 836de16e3b40ebe3d64e84abc3b8d9e2537092c5 (patch) | |
| tree | f0744963c4060839e9a907a3f5a6e457a320e7f4 | |
| parent | a6df5d70ba8f0e9ecdafd9f73079090c673899e2 (diff) | |
Use released versions of typst, texmath.
| -rw-r--r-- | cabal.project | 10 | ||||
| -rw-r--r-- | pandoc.cabal | 4 | ||||
| -rw-r--r-- | stack.yaml | 6 |
3 files changed, 4 insertions, 16 deletions
diff --git a/cabal.project b/cabal.project index 77be59176..9e5cc79c6 100644 --- a/cabal.project +++ b/cabal.project @@ -7,15 +7,5 @@ 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/typst-hs - tag: d9fe63674114abd15cfb4d41bcfd0096d33babed - -source-repository-package - type: git - location: https://github.com/jgm/texmath - tag: 7099b90314618e7f73226426be0b46cc3a940aa0 - -- TODO update skylighting/skylighting-core diff --git a/pandoc.cabal b/pandoc.cabal index bcc66326c..c220206ef 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -521,7 +521,7 @@ library syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, temporary >= 1.1 && < 1.4, - texmath >= 0.12.8.9 && < 0.13, + texmath >= 0.12.8.10 && < 0.13, text >= 1.1.1.0 && < 2.2, text-conversions >= 0.3 && < 0.4, time >= 1.5 && < 1.15, @@ -531,7 +531,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.5 && < 0.5.1, + typst >= 0.6 && < 0.6.1, vector >= 0.12 && < 0.14, djot >= 0.1.2.1 && < 0.2, tls >= 2.0.1 && < 2.2, diff --git a/stack.yaml b/stack.yaml index c156ddeb0..fc81c0e11 100644 --- a/stack.yaml +++ b/stack.yaml @@ -22,10 +22,8 @@ extra-deps: - doclayout-0.5 - doctemplates-0.11.0.1 - hslua-module-doclayout-1.1.1.2 -- git: https://github.com/jgm/texmath - commit: 7099b90314618e7f73226426be0b46cc3a940aa0 -- git: https://github.com/jgm/typst-hs - commit: d9fe63674114abd15cfb4d41bcfd0096d33babed +- texmath-0.12.8.10 +- typst-0.6 # TODO update skylighting/skylighting-core ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
