summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-01-23 21:20:08 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2023-01-23 21:20:08 -0800
commitb2db85f6263703707f749f76a8a5bb72eab15cc5 (patch)
tree156239feb6bf36a2db3b04c70505090573e4ba7f /pandoc.cabal
parent23178ec96e9417bfb178c014f5654bd3d8f24923 (diff)
pandoc.cabal: fix upper bound for texmath.
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 7bc364431..4ce32bb3d 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -512,7 +512,7 @@ library
syb >= 0.1 && < 0.8,
tagsoup >= 0.14.6 && < 0.15,
temporary >= 1.1 && < 1.4,
- texmath >= 0.12.5.5 && < 0.12.6,
+ texmath >= 0.12.5.5 && < 0.13,
text >= 1.1.1.0 && < 2.1,
text-conversions >= 0.3 && < 0.4,
time >= 1.5 && < 1.14,