diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-03-28 16:22:00 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-03-28 16:22:00 -0700 |
commit | 53fb682e77b268771348d08c53f679d896b3a9b7 (patch) | |
tree | 0da0e9a8244fea50d876e4ccec7b0cf7c4c18639 | |
parent | d3f76150fa24d4ea4f6a5f3106369993b75fcdda (diff) | |
download | pandoc-53fb682e77b268771348d08c53f679d896b3a9b7.tar.gz |
stack.full.yaml: build local zip-archive, texmath.
-rw-r--r-- | stack.full.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stack.full.yaml b/stack.full.yaml index 57f177593..892598860 100644 --- a/stack.full.yaml +++ b/stack.full.yaml @@ -12,8 +12,9 @@ packages: - '../pandoc-citeproc' - '../pandoc-types' - '../cmark-hs' +- '../zip-archive' +- '../texmath' extra-deps: - 'aeson-0.11.1.1' - 'highlighting-kate-0.6.2' -- 'texmath-0.8.5' resolver: lts-5.8 |