Further configure 8.2.2 build

This commit is contained in:
patrick brisbin 2018-04-18 09:23:01 -04:00
parent 4817021631
commit e7b270110c
2 changed files with 7 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs:
build_8.2.2:
<<: *stack_build
environment:
STACK_ARGUMENTS: --resolver lts-10.3
STACK_ARGUMENTS: --stack-yaml stack-lts-10.3.yaml
build:
<<: *stack_build
build_nightly:

6
stack-lts-10.3.yaml Normal file
View File

@ -0,0 +1,6 @@
---
resolver: lts-10.3
extra-deps:
- http-types-0.12.1
- yesod-auth-1.6.3
- yesod-core-1.6.3