Update resolver for 8.2 build

This commit is contained in:
patrick brisbin 2018-07-28 14:18:07 -04:00
parent 04fad28c20
commit 408aa7eb02
3 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@ jobs:
build_8.2.2:
<<: *stack_build
environment:
STACK_ARGUMENTS: --stack-yaml stack-lts-11.5.yaml
STACK_ARGUMENTS: --stack-yaml stack-lts-11.18.yaml
build:
<<: *stack_build
build_nightly:

4
stack-lts-11.18.yaml Normal file
View File

@ -0,0 +1,4 @@
---
resolver: lts-11.18
extra-deps:
- hoauth2-1.7.2

View File

@ -1,4 +0,0 @@
---
resolver: lts-11.5
extra-deps:
- hoauth2-1.7.1