From 933aa3ee8493f53f5ef1dfa7565530313dd75b98 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Mon, 14 May 2018 10:07:13 -0700 Subject: [PATCH] Require texmath >= 0.11. Although pandoc compiles with 0.10, the tests assume texmath 0.11. Closes #4651. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index a154eff51..98f87d1e4 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -358,7 +358,7 @@ library safe >= 0.3 && < 0.4, zip-archive >= 0.2.3.4 && < 0.4, HTTP >= 4000.0.5 && < 4000.4, - texmath >= 0.10 && < 0.12, + texmath >= 0.11 && < 0.12, xml >= 1.3.12 && < 1.4, split >= 0.2 && < 0.3, random >= 1 && < 1.2,