mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-27 13:17:43 +02:00
Fix 8.0.2 build
This commit is contained in:
parent
5096ca04aa
commit
34d4d76220
@ -51,7 +51,7 @@ jobs:
|
|||||||
environment:
|
environment:
|
||||||
# FIXME: https://circleci.com/gh/thoughtbot/yesod-auth-oauth2/115
|
# FIXME: https://circleci.com/gh/thoughtbot/yesod-auth-oauth2/115
|
||||||
LINT: "0"
|
LINT: "0"
|
||||||
STACK_ARGUMENTS: --resolver lts-9.21
|
STACK_ARGUMENTS: --stack-yaml stack-lts-9.21.yaml
|
||||||
build_8.2.2:
|
build_8.2.2:
|
||||||
<<: *stack_build
|
<<: *stack_build
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
4
stack-lts-9.21.yaml
Normal file
4
stack-lts-9.21.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
resolver: lts-9.21
|
||||||
|
extra-deps:
|
||||||
|
- load-env-0.1.2
|
||||||
Loading…
Reference in New Issue
Block a user