diff options
| author | John MacFarlane <[email protected]> | 2025-11-30 17:25:05 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-11-30 17:25:05 +0100 |
| commit | 847e7d566f6e9bf7e29b2c419a74dfbe7e640f81 (patch) | |
| tree | b047f54c44a8df00ff8fc2b4fbfc02bdf9886139 | |
| parent | 564e275008c08aec23a37b6918677ef1a1caf3e6 (diff) | |
Use released typst 0.8.1.
| -rw-r--r-- | cabal.project | 5 | ||||
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 3 |
3 files changed, 2 insertions, 8 deletions
diff --git a/cabal.project b/cabal.project index d7420ad85..c6ccf6691 100644 --- a/cabal.project +++ b/cabal.project @@ -9,11 +9,6 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3, source-repository-package type: git - location: https://github.com/jgm/typst-hs.git - tag: 49996ca5c9dffd9ced5c5887f392908100595f28 - -source-repository-package - type: git location: https://github.com/jgm/texmath.git tag: 110322589698df20abf3f3a06c070271802ea598 diff --git a/pandoc.cabal b/pandoc.cabal index a377c2110..ef8dbae73 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -567,7 +567,7 @@ library zip-archive >= 0.4.3.1 && < 0.5, zlib >= 0.5 && < 0.8, xml >= 1.3.12 && < 1.4, - typst >= 0.8.0.2 && < 0.9, + typst >= 0.8.1 && < 0.9, vector >= 0.12 && < 0.14, djot >= 0.1.2.3 && < 0.2, asciidoc >= 0.1 && < 0.2, diff --git a/stack.yaml b/stack.yaml index 8d2c3b950..3737e45b2 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,8 +15,7 @@ extra-deps: - hslua-packaging-2.3.2 - typst-symbols-0.1.9.1 - citeproc-0.12 -- git: https://github.com/jgm/typst-hs.git - commit: 49996ca5c9dffd9ced5c5887f392908100595f28 +- typst-0.8.1 - git: https://github.com/jgm/texmath.git commit: 110322589698df20abf3f3a06c070271802ea598 - git: https://github.com/jgm/djoths.git |
