diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-03-19 14:45:25 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-03-19 14:45:25 -0700 |
commit | 6a4c17642ccaff1964abe8511564f1a39e6af8c5 (patch) | |
tree | 9ab7fae8d5180a87629b0dbfb2d2d279a606d734 /windows | |
parent | 33bad8de18cefb427f0feb92b5a17c8a8ee2bc8e (diff) | |
download | pandoc-6a4c17642ccaff1964abe8511564f1a39e6af8c5.tar.gz |
Build binary packages with with latest texmath.
Diffstat (limited to 'windows')
-rw-r--r-- | windows/stack.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/stack.yaml b/windows/stack.yaml index 71c24f4a4..312b39e3b 100644 --- a/windows/stack.yaml +++ b/windows/stack.yaml @@ -16,5 +16,6 @@ packages: - '../../pandoc-citeproc' extra-deps: - 'aeson-0.11.1.1' +- 'texmath-0.8.5' - 'highlighting-kate-0.6.2' resolver: lts-5.8 |