diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-05-14 10:07:13 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-05-14 10:07:13 -0700 |
commit | 933aa3ee8493f53f5ef1dfa7565530313dd75b98 (patch) | |
tree | ba934e02e2338935c4ab2e9575eaaebe2c28120e | |
parent | f240adfc13d48288f7f3518f8f879cf0fd4a7cb1 (diff) | |
download | pandoc-933aa3ee8493f53f5ef1dfa7565530313dd75b98.tar.gz |
Require texmath >= 0.11.
Although pandoc compiles with 0.10, the tests assume texmath 0.11.
Closes #4651.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
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, |