aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-05-12 12:52:04 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-05-12 12:52:04 -0700
commit84fa901fd640cf279ac51b76820f7b57b04f07a6 (patch)
tree63dac335ebdf71c521ca19a882fed267749ef4cc /pandoc.cabal
parentedca1d1656a03d7de4901a1f6d356094ec9fb2df (diff)
downloadpandoc-84fa901fd640cf279ac51b76820f7b57b04f07a6.tar.gz
Use texmath 0.12.3.
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 de7951c54..705b574d5 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -486,7 +486,7 @@ library
syb >= 0.1 && < 0.8,
tagsoup >= 0.14.6 && < 0.15,
temporary >= 1.1 && < 1.4,
- texmath >= 0.12.2 && < 0.12.3,
+ texmath >= 0.12.3 && < 0.12.4,
text >= 1.1.1.0 && < 1.3,
text-conversions >= 0.3 && < 0.4,
time >= 1.5 && < 1.10,