aboutsummaryrefslogtreecommitdiff
path: root/deb/make_deb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deb/make_deb.sh')
-rwxr-xr-xdeb/make_deb.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/deb/make_deb.sh b/deb/make_deb.sh
index 08d102ece..020242b93 100755
--- a/deb/make_deb.sh
+++ b/deb/make_deb.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/bin/bash -e -v
MACHINE=$(uname -m)
case "$MACHINE" in
@@ -21,7 +21,6 @@ TEMPDIR=make_binary_package.tmp.$$
# We need this for hsb2hs:
PATH=$LOCAL/bin:$PATH
-stack clean
which hsb2hs || stack install --install-ghc --stack-yaml stack.hsb2hs.yaml
stack install --install-ghc --stack-yaml deb/stack.yaml