Fix 8.0.2 build

This commit is contained in:
patrick brisbin 2018-02-13 08:25:01 -05:00
parent 5096ca04aa
commit 34d4d76220
2 changed files with 5 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs:
environment:
# FIXME: https://circleci.com/gh/thoughtbot/yesod-auth-oauth2/115
LINT: "0"
STACK_ARGUMENTS: --resolver lts-9.21
STACK_ARGUMENTS: --stack-yaml stack-lts-9.21.yaml
build_8.2.2:
<<: *stack_build
environment:

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

@ -0,0 +1,4 @@
---
resolver: lts-9.21
extra-deps:
- load-env-0.1.2