summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-10-27 09:59:41 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-10-27 09:59:41 -0700
commitdeafc068f7c24304b53a1b58c4dc0476fbc6b216 (patch)
treef05c5c734e37478150df419b450617b76f07df03 /pandoc.cabal
parent0bb64bd405159b1f08cdc175e2d587b181feb6de (diff)
Require latest texmath 0.12.8.4.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index b4017867c..c919a3d25 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -514,7 +514,7 @@ library
syb >= 0.1 && < 0.8,
tagsoup >= 0.14.6 && < 0.15,
temporary >= 1.1 && < 1.4,
- texmath >= 0.12.8.3 && < 0.13,
+ texmath >= 0.12.8.4 && < 0.13,
text >= 1.1.1.0 && < 2.2,
text-conversions >= 0.3 && < 0.4,
time >= 1.5 && < 1.14,