From c96b64e91b54481aa870566dbecae69df711223d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 31 Jan 2017 15:05:05 +0100 Subject: Name change OSX -> MacOS. Add a -MacOS suffix to mac package rather than -OSX. CHanged local names from osx to macos. --- macos/stack.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 macos/stack.yaml (limited to 'macos/stack.yaml') 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 -- cgit v1.2.3