diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-12-27 20:21:37 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-27 20:21:37 -0800 |
commit | ffa3d7160ead338a75f04167bc4931b8b55d608c (patch) | |
tree | 2e9777432c8f1fe6a45d2b7b53ccbd5905dc7654 /macos | |
parent | 4371b07cd103863d8a0ec06fa4ecf78ad5eb3a27 (diff) | |
download | pandoc-ffa3d7160ead338a75f04167bc4931b8b55d608c.tar.gz |
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.
Diffstat (limited to 'macos')
-rwxr-xr-x | macos/make_macos_package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |