aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-05-12 13:50:32 -0700
committerJohn MacFarlane <[email protected]>2025-05-12 13:50:32 -0700
commitf239a45b3ede63ccb12d4559bdfebdfce7f6ac1d (patch)
treee089b2de22b73b3dda4d70284c48bbba3b0a2b5c /pandoc.cabal
parentd3d5366e5197330e035f9f1700929c9b5a24d532 (diff)
Use latest texmath and dev 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 61b50fb42..fdb4a5317 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.10.1 && < 0.13,
+ texmath >= 0.12.10.2 && < 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.7 && < 0.8,
+ typst >= 0.8 && < 0.9,
vector >= 0.12 && < 0.14,
djot >= 0.1.2.2 && < 0.2,
tls >= 2.0.1 && < 2.2,