diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-07-24 10:56:19 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-07-24 10:56:19 -0700 |
commit | d2464de2af7f5bf6c5843b7035651228089f8746 (patch) | |
tree | 33b45e82b09ed44013483233c507e874c9274a1e /osx | |
parent | 7f414f3e4d61d8e43afe7fd823be63994924e161 (diff) | |
download | pandoc-d2464de2af7f5bf6c5843b7035651228089f8746.tar.gz |
Use texmath 0.8.6.5. Closes #3040.
Diffstat (limited to 'osx')
-rw-r--r-- | osx/stack.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/osx/stack.yaml b/osx/stack.yaml index f2cbbb623..7ae23e90b 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -23,4 +23,5 @@ extra-deps: - 'data-default-instances-base-0.1.0.1' - 'cmark-0.5.3.1' - 'aeson-pretty-0.8.1' +- 'texmath-0.8.6.5' resolver: nightly-2016-07-11 |