diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-11-24 21:54:35 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-24 21:54:35 -0800 |
commit | bfbd6c653016dc457d5a3298c26b108fb98c3699 (patch) | |
tree | 9eb847aa8a9b3b846a24a21211f214a997a013b4 | |
parent | 57350d94689a818e0a439079448a3c567ea74aeb (diff) | |
download | pandoc-bfbd6c653016dc457d5a3298c26b108fb98c3699.tar.gz |
Added stack.full.yaml to build pandoc-citeproc as well.
-rw-r--r-- | stack.full.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/stack.full.yaml b/stack.full.yaml new file mode 100644 index 000000000..aaeb0f939 --- /dev/null +++ b/stack.full.yaml @@ -0,0 +1,22 @@ +# This version builds both pandoc and pandoc-citeproc, assuming +# pandoc-citeproc is in the pandoc-citeproc subdirectory. +flags: + pandoc: + trypandoc: false + https: true + embed_data_files: false + old-locale: false + network-uri: true +packages: +- '.' +- './pandoc-citeproc' +- location: + git: 'https://github.com/jgm/pandoc-types' + commit: c64eb383dce64396290aa815351ddb6e43cb6b0f + extra-dep: true +- location: + git: 'https://github.com/jgm/texmath' + commit: a716e9b5d8c1634847db2c1119e60836634569bf + extra-dep: true +extra-deps: [] +resolver: lts-3.13 |