diff options
| author | John MacFarlane <[email protected]> | 2024-07-28 13:34:12 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-07-28 13:34:12 -0700 |
| commit | d34430e1e55d0c7184531e09ad75dc5b32bc55df (patch) | |
| tree | f52b8467d3dd5b3f083b8c3df17f649271067191 | |
| parent | 7bc4f60789ee9d1b4db3ca411cbd13b3b7efdf2e (diff) | |
Use released typst 0.5.0.5.
| -rw-r--r-- | cabal.project | 4 | ||||
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 3 |
3 files changed, 2 insertions, 7 deletions
diff --git a/cabal.project b/cabal.project index 61e546152..d810241ed 100644 --- a/cabal.project +++ b/cabal.project @@ -7,7 +7,3 @@ 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: 7e0e80548aae9f3d3059f0dae333e93c8d67f290 diff --git a/pandoc.cabal b/pandoc.cabal index 2ab4e46a8..21a34e08f 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -530,7 +530,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.4 && < 0.5.1, + typst >= 0.5.0.5 && < 0.5.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 dc3657db1..c1a3d0d70 100644 --- a/stack.yaml +++ b/stack.yaml @@ -20,8 +20,7 @@ extra-deps: - skylighting-0.14.2 - citeproc-0.8.1.1 - djot-0.1.2.1 -- git: https://github.com/jgm/typst-hs - commit: 7e0e80548aae9f3d3059f0dae333e93c8d67f290 +- typst-0.5.0.5 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
