aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-15 15:36:57 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-15 15:36:57 -0700
commit5f94dd74f199bee90e85185b1bd515b434810f94 (patch)
tree031bff1abaea4d40a555fe8e7a1de851b6af6585 /pandoc.cabal
parenta9ef6b4380c6b34bcc61719f09ff282c8b633772 (diff)
downloadpandoc-5f94dd74f199bee90e85185b1bd515b434810f94.tar.gz
Require texmath 0.12.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 1eb6838fc..ad3b64909 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -485,7 +485,7 @@ library
syb >= 0.1 && < 0.8,
tagsoup >= 0.14.6 && < 0.15,
temporary >= 1.1 && < 1.4,
- texmath >= 0.12.1 && < 0.13,
+ texmath >= 0.12.2 && < 0.13,
text >= 1.1.1.0 && < 1.3,
text-conversions >= 0.3 && < 0.4,
time >= 1.5 && < 1.10,