aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmake_deb.sh2
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