Support all lts-14 resolvers

This commit is contained in:
sdiehl
2019-11-22 08:06:09 +00:00
parent 66d6d3506f
commit ae9dd77749
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -130,3 +130,9 @@ stack build --resolver lts-14.5
stack build --resolver lts-14.6
stack build --resolver lts-14.7
stack build --resolver lts-14.8
stack build --resolver lts-14.9
stack build --resolver lts-14.10
stack build --resolver lts-14.11
stack build --resolver lts-14.12
stack build --resolver lts-14.13
stack build --resolver lts-14.14
+3
View File
@@ -27,3 +27,6 @@ STACK_YAML=stack-13.0.yaml stack build --no-terminal
echo -e "\e[92mLTS 13.0"
STACK_YAML=stack-14.0.yaml stack build --no-terminal
echo -e "\e[92mLTS 14.0"
STACK_YAML=stack-14.0.yaml stack build --no-terminal