aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-09-09 18:25:31 -0700
committerJohn MacFarlane <[email protected]>2024-09-09 18:25:31 -0700
commit836de16e3b40ebe3d64e84abc3b8d9e2537092c5 (patch)
treef0744963c4060839e9a907a3f5a6e457a320e7f4 /pandoc.cabal
parenta6df5d70ba8f0e9ecdafd9f73079090c673899e2 (diff)
Use released versions of typst, texmath.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index bcc66326c..c220206ef 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -521,7 +521,7 @@ library
syb >= 0.1 && < 0.8,
tagsoup >= 0.14.6 && < 0.15,
temporary >= 1.1 && < 1.4,
- texmath >= 0.12.8.9 && < 0.13,
+ texmath >= 0.12.8.10 && < 0.13,
text >= 1.1.1.0 && < 2.2,
text-conversions >= 0.3 && < 0.4,
time >= 1.5 && < 1.15,
@@ -531,7 +531,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.5 && < 0.5.1,
+ typst >= 0.6 && < 0.6.1,
vector >= 0.12 && < 0.14,
djot >= 0.1.2.1 && < 0.2,
tls >= 2.0.1 && < 2.2,