summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-09-08 08:55:15 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-09-08 10:27:52 -0700
commita1e3382a640447e380c221a1add2f25e3f8bd5ae (patch)
treec67ed5ab1d3eb7425710099dcb0c8ef64130b4ef /pandoc.cabal
parent0d6a3378b48c2da9ee79caf4ca3286c2d9fed453 (diff)
Depend on released texmath 0.12.8.2.
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 c3909a43d..147e03988 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.1 && < 0.13,
+ texmath >= 0.12.8.2 && < 0.13,
text >= 1.1.1.0 && < 2.2,
text-conversions >= 0.3 && < 0.4,
time >= 1.5 && < 1.14,