diff options
| author | John MacFarlane <[email protected]> | 2016-01-07 10:50:35 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2016-01-07 10:50:35 -0800 |
| commit | dbdafb28554f8fd2b4f35bc5fd7f0249d83d2fd3 (patch) | |
| tree | f56ab68e3bf254fa4a95002b637d714637d510b2 | |
| parent | 3a2fa1b1f35fdbe5616d774450dbbb3533608029 (diff) | |
make_deb.sh - added --stack-setup-yaml.
| -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 |
