diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-12-15 18:38:39 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-12-15 18:38:39 -0800 |
| commit | 0f5435a46dbcacd226ff7dc943b9fda6862dd4b6 (patch) | |
| tree | 40af3817c4d73a4f39ec89aad46d2207fce5dc86 | |
| parent | 9f43da7f8183bb0519eda88664486f3f307e4b07 (diff) | |
Depend on released typst 0.5.
| -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 94a005a04..2ca0786de 100644 --- a/cabal.project +++ b/cabal.project @@ -6,8 +6,3 @@ tests: True flags: +embed_data_files constraints: skylighting-format-blaze-html >= 0.1.1.1, skylighting-format-context >= 0.1.0.2 - -source-repository-package - type: git - location: https://github.com/jgm/typst-hs - tag: 7d58244b105274688f99d7b0e9a7112510a34f73 diff --git a/pandoc.cabal b/pandoc.cabal index 9cd4d3d14..7df835704 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -522,7 +522,7 @@ library zip-archive >= 0.4.3 && < 0.5, zlib >= 0.5 && < 0.7, xml >= 1.3.12 && < 1.4, - typst >= 0.4 && < 0.4.1, + typst >= 0.5 && < 0.5.1, vector >= 0.12 && < 0.14 if !os(windows) diff --git a/stack.yaml b/stack.yaml index 067ab7111..c51410118 100644 --- a/stack.yaml +++ b/stack.yaml @@ -29,8 +29,7 @@ extra-deps: - commonmark-0.2.4.1 - commonmark-extensions-0.2.5.1 - commonmark-pandoc-0.2.2 -- git: https://github.com/jgm/typst-hs - commit: 7d58244b105274688f99d7b0e9a7112510a34f73 +- typst-0.5 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
