Add an 8.4 build

This commit is contained in:
patrick brisbin 2018-07-28 14:18:41 -04:00
parent 408aa7eb02
commit aeaf7f7eac
2 changed files with 13 additions and 0 deletions

View File

@ -41,6 +41,10 @@ jobs:
<<: *stack_build
environment:
STACK_ARGUMENTS: --stack-yaml stack-lts-11.18.yaml
build_8.4.3:
<<: *stack_build
environment:
STACK_ARGUMENTS: --stack-yaml stack-lts-12.2.yaml
build:
<<: *stack_build
build_nightly:
@ -53,5 +57,6 @@ workflows:
builds:
jobs:
- build_8.2.2
- build_8.4.3
- build
- build_nightly

8
stack-lts-12.2.yaml Normal file
View File

@ -0,0 +1,8 @@
---
resolver: lts-12.2
extra-deps:
- hoauth2-1.7.2
- uri-bytestring-aeson-0.1.0.6
# needed so resourcet can get exceptions-0.10 even though hoauth dislikes it
allow-newer: true