mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-03-11 15:36:34 +01:00
Fix stack-nightly.yaml
This commit is contained in:
parent
457a0b0ce7
commit
3c19348c06
@ -57,7 +57,7 @@ jobs:
|
|||||||
build_nightly:
|
build_nightly:
|
||||||
<<: *stack_build
|
<<: *stack_build
|
||||||
environment:
|
environment:
|
||||||
STACK_ARGUMENTS: --stack-yaml stack-nightly.yaml
|
STACK_ARGUMENTS: --resolver nightly --stack-yaml stack-nightly.yaml
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
|||||||
@ -1,4 +1,7 @@
|
|||||||
---
|
---
|
||||||
resolver: nightly
|
# You can't use "nightly" here, only "nightly-<date>", apparently. But you
|
||||||
|
# can't leave it blank either, so here's a value that we'll override by
|
||||||
|
# --resolver nightly.
|
||||||
|
resolver: lts-11.5
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- hoauth2-1.7.1
|
- hoauth2-1.7.1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user