make die take Text argument, fixes #51

This commit is contained in:
Stephen Diehl
2017-05-03 10:29:55 +01:00
parent 307ecd7d6a
commit 269c81b1d2
3 changed files with 24 additions and 3 deletions
+6
View File
@@ -1,5 +1,11 @@
#!/usr/bin/env bash
set +e
echo -e "\e[92mLTS 7.8"
STACK_YAML=stack-7.8.yaml stack build --no-terminal
echo -e "\e[92mLTS 7.10"
STACK_YAML=stack-7.10.yaml stack build --no-terminal
echo -e "\e[92mLTS 8.0"
STACK_YAML=stack-8.0.yaml stack build --no-terminal