make_deb.sh - added --stack-setup-yaml.

This commit is contained in:
John MacFarlane 2016-01-07 10:50:35 -08:00
parent 510a539009
commit af706bc477

View file

@ -21,7 +21,7 @@ TEMPDIR=make_binary_package.tmp.$$
# We need this for hsb2hs:
PATH=$LOCAL/bin:$PATH
stack setup
stack setup --stack-setup-yaml deb/stack.yaml
stack clean
which hsb2hs || stack install --stack-yaml stack.hsb2hs.yaml