diff options
-rwxr-xr-x | make_deb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_deb.sh b/make_deb.sh index 9b7960805..25d0295b4 100755 --- a/make_deb.sh +++ b/make_deb.sh @@ -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 |