From aafccdb0bdf992d18d779df97dc2deca245dc6a7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 24 Oct 2015 21:12:43 -0700 Subject: Changes for deb and osx package generators. - Use stack for make_deb.sh. - Use osx/stack.yaml or deb/stack.yaml. - deb/stack.yaml doesn't want the same ghc-options. --- osx/stack.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 osx/stack.yaml (limited to 'osx') diff --git a/osx/stack.yaml b/osx/stack.yaml new file mode 100644 index 000000000..e7ce11752 --- /dev/null +++ b/osx/stack.yaml @@ -0,0 +1,20 @@ +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: +- '.' +- 'https://hackage.haskell.org/package/pandoc-citeproc-0.8.0.1/pandoc-citeproc-0.8.0.1.tar.gz' +resolver: lts-3.10 -- cgit v1.2.3