diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2024-02-14 10:08:14 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2024-02-14 10:08:14 -0800 |
| commit | e43ab9ec7bdd3e29dff5ce7f2ef61f07f150cd01 (patch) | |
| tree | 77c6e454a34e2e724d9d74618ac4b0213f8a7da5 | |
| parent | 13ac1e0acfd098f8e89e6f4f18adab9101c50ff2 (diff) | |
Depend on released typst 0.5.0.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 29cbd7cc6..cdb5fc52a 100644 --- a/cabal.project +++ b/cabal.project @@ -21,10 +21,5 @@ source-repository-package source-repository-package type: git - location: https://github.com/jgm/typst-hs - tag: abfe46fd48ae3610c6522c3dbb1d84a2b2fafb74 - -source-repository-package - type: git location: https://github.com/jgm/djoths tag: 3d53e40442d22726430b6a89bfb7fba92cd99a91 diff --git a/pandoc.cabal b/pandoc.cabal index 9767c6dc7..537261b35 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -525,7 +525,7 @@ library zip-archive >= 0.4.3 && < 0.5, zlib >= 0.5 && < 0.8, xml >= 1.3.12 && < 1.4, - typst >= 0.5 && < 0.5.1, + typst >= 0.5.0.1 && < 0.5.1, vector >= 0.12 && < 0.14, djot >= 0.1 && < 0.2 diff --git a/stack.yaml b/stack.yaml index b97e67327..579708f6e 100644 --- a/stack.yaml +++ b/stack.yaml @@ -27,8 +27,7 @@ extra-deps: - tls-1.9.0 - texmath-0.12.8.6 - commonmark-0.2.5 -- git: https://github.com/jgm/typst-hs - commit: abfe46fd48ae3610c6522c3dbb1d84a2b2fafb74 +- typst-0.5.0.1 - git: https://github.com/jgm/commonmark-hs subdirs: [commonmark-pandoc, commonmark-extensions] commit: f0b96532e36f31f47cc34602ecac694ffde8a27a |
