diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2017-01-31 15:05:05 +0100 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-31 15:06:58 +0100 |
| commit | c96b64e91b54481aa870566dbecae69df711223d (patch) | |
| tree | 45557c3df8e5f94bc9218f37384db19bf8a88c1f /macos/stack.yaml | |
| parent | 99c2a31749bb409e4026907f011bb307b2096e8b (diff) | |
Name change OSX -> MacOS.
Add a -MacOS suffix to mac package rather than -OSX.
CHanged local names from osx to macos.
Diffstat (limited to 'macos/stack.yaml')
| -rw-r--r-- | macos/stack.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/macos/stack.yaml b/macos/stack.yaml new file mode 100644 index 000000000..c2062eff8 --- /dev/null +++ b/macos/stack.yaml @@ -0,0 +1,28 @@ +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 +ghc-options: + pandoc-citeproc: '-pgmP cpphs -optP--cpp' + highlighting-kate: '-pgmP cpphs -optP--cpp' +packages: +- '..' +- location: + git: https://github.com/jgm/pandoc-citeproc.git + commit: 9c8e86cf16fc3188836a15ee76d5b70c5315bdb8 + extra-dep: true +extra-deps: +- texmath-0.9 +- doctemplates-0.1.0.2 +- pandoc-types-1.17.0.4 +- skylighting-0.1.1.2 +resolver: lts-7.14 |
