diff options
| author | John MacFarlane <[email protected]> | 2015-11-14 22:23:47 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2015-11-14 22:23:47 -0800 |
| commit | 87f20f11e220241ced3ba8a32d8d9867d2baebd9 (patch) | |
| tree | ab0ad83d43a174684f040e4f9bbbc60b4e9dd601 /windows/stack.yaml | |
| parent | 2725ad3be5e97f7c38660e5bc26d850faa06f9e9 (diff) | |
Use stack for Windows installer.
Diffstat (limited to 'windows/stack.yaml')
| -rw-r--r-- | windows/stack.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/windows/stack.yaml b/windows/stack.yaml new file mode 100644 index 000000000..4a00e2d38 --- /dev/null +++ b/windows/stack.yaml @@ -0,0 +1,19 @@ +flags: + pandoc: + trypandoc: false + https: true + embed_data_files: true + old-locale: false + network-uri: true + pandoc-citeproc: + bibutils: true + embed_data_files: true + unicode_collation: false + test_citeproc: false + debug: false +packages: +- '..' +- '../../pandoc-citeproc' +extra-deps: +- 'hsb2hs-0.3.1' +resolver: lts-3.13 |
