From ffa3d7160ead338a75f04167bc4931b8b55d608c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 27 Dec 2017 20:21:37 -0800 Subject: Removed stack.pkg.yaml. We only really need stack.yaml; we can put flag settings for pandoc-citeproc there. Also use ghc-8.0.2 in dockerized linux build. This is the only version available for alpine so far. --- macos/make_macos_package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macos') diff --git a/macos/make_macos_package.sh b/macos/make_macos_package.sh index 4b565b0de..85155c66c 100755 --- a/macos/make_macos_package.sh +++ b/macos/make_macos_package.sh @@ -27,7 +27,7 @@ stack setup echo Building pandoc... stack clean -stack install --ghc-options="-O2" --stack-yaml=stack.pkg.yaml --local-bin-path $DEST/bin/ pandoc pandoc-citeproc +stack install --ghc-options="-O2" --local-bin-path $DEST/bin/ pandoc pandoc-citeproc strip $DEST/bin/pandoc strip $DEST/bin/pandoc-citeproc -- cgit v1.2.3