make_macos_package.sh - install cpphs if not present.

This commit is contained in:
John MacFarlane 2017-01-31 15:30:21 +01:00
parent 5cc32b7032
commit d4d3184060

View file

@ -24,6 +24,7 @@ mkdir -p $DIST
mkdir -p $RESOURCES
stack setup
which hsb2hs || stack install hsb2hs
which cpphs || stack install cpphs
echo Building pandoc...
stack clean