diff options
| author | John MacFarlane <[email protected]> | 2025-09-03 23:40:15 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-09-03 23:40:15 +0200 |
| commit | 42d5b570268eb24b4d9f7a2e8bb4a096ec8d84eb (patch) | |
| tree | 1bfb4191889885bbc1bbfef633b747866c16f32c | |
| parent | 57fe93c6ba6b7404b7ced4cb29deafbb23045e2f (diff) | |
Used released typst 0.8.0.2
| -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 4b1f63eab..e4197e544 100644 --- a/cabal.project +++ b/cabal.project @@ -10,9 +10,4 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3, data-default-class <= 0.2, data-default <= 0.8 -source-repository-package - type: git - location: https://github.com/jgm/typst-hs.git - tag: aaeb1ef60ade0efa28e77c74f0dd216e3d434480 - -- TODO: release new skylighting-core, skylighting diff --git a/pandoc.cabal b/pandoc.cabal index 9332626c6..d0ed535f9 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -550,7 +550,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.1 && < 0.9, + typst >= 0.8.0.2 && < 0.9, vector >= 0.12 && < 0.14, djot >= 0.1.2.2 && < 0.2, tls >= 2.0.1 && < 2.2, diff --git a/stack.yaml b/stack.yaml index 098307995..d1297235e 100644 --- a/stack.yaml +++ b/stack.yaml @@ -23,8 +23,7 @@ extra-deps: - doclayout-0.5.0.1 - citeproc-0.10 - texmath-0.13 -- git: https://github.com/jgm/typst-hs.git - commit: aaeb1ef60ade0efa28e77c74f0dd216e3d434480 +- typst-0.8.0.2 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-23.22 |
