diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-06-30 11:11:57 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-06-30 11:11:57 -0700 |
| commit | 43550ebace0d9b5a4b34d2cb483472ea18bae926 (patch) | |
| tree | ce6d89e2899af621e763c732a177d478d89708df | |
| parent | 284eb378e88c5dc18a1eb28b058b415966db78be (diff) | |
Depend on dev version typst-hs.
(For typst 0.5 support.)
| -rw-r--r-- | cabal.project | 5 | ||||
| -rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project index 951e1aca7..635c0ba62 100644 --- a/cabal.project +++ b/cabal.project @@ -12,5 +12,10 @@ source-repository-package location: https://github.com/jgm/pandoc-types tag: 2b68c905e75c65e66eaa4635e4c1bd6aabd6302f +source-repository-package + type: git + location: https://github.com/jgm/typst-hs + tag: affadabd5742ebbe3a54f43a114e4c222b2057aa + -- when time for a release: -- Release new skylighting, skylighting-core and depend on them diff --git a/pandoc.cabal b/pandoc.cabal index d30f25450..5e00546ca 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -525,7 +525,7 @@ library zip-archive >= 0.4.3 && < 0.5, zlib >= 0.5 && < 0.7, xml >= 1.3.12 && < 1.4, - typst >= 0.1 && < 0.2, + typst >= 0.2 && < 0.3, vector >= 0.12 && < 0.14 if !os(windows) |
