aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-03-16 10:50:54 -0700
committerJohn MacFarlane <[email protected]>2025-03-16 10:50:54 -0700
commit5e44f7aa6c089c2ba8f50c1f5b90f27661ee50ea (patch)
tree364596f7f4527b18fa518120d79e5e210f020e9f /pandoc.cabal
parent69eb3cefdbb6bf68ad1bee10191d47f9a7408959 (diff)
Use latest releases of texmath, typst.
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 4854dcc38..149387b48 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -535,7 +535,7 @@ library
syb >= 0.1 && < 0.8,
tagsoup >= 0.14.6 && < 0.15,
temporary >= 1.1 && < 1.4,
- texmath >= 0.12.8.13 && < 0.13,
+ texmath >= 0.12.9 && < 0.13,
text >= 1.1.1.0 && < 2.2,
text-conversions >= 0.3 && < 0.4,
time >= 1.5 && < 1.15,
@@ -546,7 +546,7 @@ library
zip-archive >= 0.4.3.1 && < 0.5,
zlib >= 0.5 && < 0.8,
xml >= 1.3.12 && < 1.4,
- typst >= 0.6.2 && < 0.6.3,
+ typst >= 0.7 && < 0.8,
vector >= 0.12 && < 0.14,
djot >= 0.1.2.2 && < 0.2,
tls >= 2.0.1 && < 2.2,