diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-10-03 21:59:06 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-10-03 21:59:06 -0700 |
commit | 20c87962e35c4059dcc01729e30a219527f5e041 (patch) | |
tree | e7dbc1a41431751c05c94667206affe1957b8d5d | |
parent | 4f75fed976dc38b12ac86edadd7bfa6dcb4b56d2 (diff) | |
download | pandoc-20c87962e35c4059dcc01729e30a219527f5e041.tar.gz |
Use texmath 0.11.3
-rw-r--r-- | pandoc.cabal | 2 | ||||
-rw-r--r-- | stack.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 74810683a..71d2058f3 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -385,7 +385,7 @@ library safe >= 0.3 && < 0.4, zip-archive >= 0.2.3.4 && < 0.5, HTTP >= 4000.0.5 && < 4000.4, - texmath >= 0.11.2.3 && < 0.12, + texmath >= 0.11.3 && < 0.12, xml >= 1.3.12 && < 1.4, split >= 0.2 && < 0.3, random >= 1 && < 1.2, diff --git a/stack.yaml b/stack.yaml index 444f13f68..d29fbe8f9 100644 --- a/stack.yaml +++ b/stack.yaml @@ -13,7 +13,7 @@ packages: extra-deps: - pandoc-citeproc-0.16.3 - pandoc-types-1.17.6.1 -- texmath-0.11.2.3 +- texmath-0.11.3 - skylighting-0.8.2.3 - skylighting-core-0.8.2.3 - regex-pcre-builtin-0.95.0.8.8.35 |