mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
Add an 8.4 build
This commit is contained in:
parent
408aa7eb02
commit
aeaf7f7eac
@ -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
8
stack-lts-12.2.yaml
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user