diff options
| author | John MacFarlane <[email protected]> | 2025-10-30 20:02:28 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-10-30 20:02:28 +0100 |
| commit | b69e9dbb810573d5f039233f8e84ee3acb2027fe (patch) | |
| tree | 89f7de607700bf3e09151ce10103777c32f0e256 /stack.yaml | |
| parent | 2c6cd8327aaaaa64f4a5fd340d6805ec625de8d6 (diff) | |
Typst reader: handle document metadata and `#title`.
See jgm/typst-hs#80.
Note that previously, the typst reader never returned document
metadata. Now it does, even if the typst document does not contain
a `#title` function that would result in actually printing the
title block.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index 4e8692dbf..be94c236a 100644 --- a/stack.yaml +++ b/stack.yaml @@ -20,7 +20,7 @@ extra-deps: - git: https://github.com/jgm/citeproc.git commit: 1a82c13ac1d8e9e07cf69fbf89ba2b57474b8e0f - git: https://github.com/jgm/typst-hs.git - commit: e6eb442bc0efbe3fcf8c1fe5f28be3f0fb278e8b + commit: 13751c5b3a6b395ba667682bc7a876c0b993e9d3 - git: https://github.com/jgm/texmath.git commit: 110322589698df20abf3f3a06c070271802ea598 ghc-options: |
