Support LTS-13.x resolvers

This commit is contained in:
Stephen Diehl
2019-03-28 16:58:36 +00:00
parent cfa026a068
commit ff8ed02b81
3 changed files with 24 additions and 0 deletions
+3
View File
@@ -21,3 +21,6 @@ STACK_YAML=stack-11.0.yaml stack build --no-terminal
echo -e "\e[92mLTS 12.0"
STACK_YAML=stack-12.0.yaml stack build --no-terminal
echo -e "\e[92mLTS 13.0"
STACK_YAML=stack-13.0.yaml stack build --no-terminal