mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-12 04:08:30 +01:00
Upgrade to GHC 8.6.3
No code changes required; only CI: - Drop 8.2 build - Add 8.6.3 build - Update default build to 8.6.3
This commit is contained in:
parent
2110b29669
commit
653e1f4db6
@ -57,16 +57,16 @@ references:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
<<: *stack_build
|
<<: *stack_build
|
||||||
build_8.2.2:
|
|
||||||
<<: *stack_build
|
|
||||||
environment:
|
|
||||||
STACK_ARGUMENTS: --no-terminal
|
|
||||||
STACK_YAML: stack-lts-11.18.yaml
|
|
||||||
build_8.4.3:
|
build_8.4.3:
|
||||||
<<: *stack_build
|
<<: *stack_build
|
||||||
environment:
|
environment:
|
||||||
STACK_ARGUMENTS: --no-terminal
|
STACK_ARGUMENTS: --no-terminal
|
||||||
STACK_YAML: stack-lts-12.2.yaml
|
STACK_YAML: stack-lts-12.2.yaml
|
||||||
|
build_8.6.3:
|
||||||
|
<<: *stack_build
|
||||||
|
environment:
|
||||||
|
STACK_ARGUMENTS: --no-terminal
|
||||||
|
STACK_YAML: stack-lts-13.2.yaml
|
||||||
build_nightly:
|
build_nightly:
|
||||||
<<: *stack_build
|
<<: *stack_build
|
||||||
environment:
|
environment:
|
||||||
@ -81,8 +81,8 @@ workflows:
|
|||||||
commit:
|
commit:
|
||||||
jobs:
|
jobs:
|
||||||
- build
|
- build
|
||||||
- build_8.2.2
|
|
||||||
- build_8.4.3
|
- build_8.4.3
|
||||||
|
- build_8.6.3
|
||||||
- build_nightly
|
- build_nightly
|
||||||
nightly:
|
nightly:
|
||||||
triggers:
|
triggers:
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
resolver: lts-11.18
|
|
||||||
extra-deps:
|
|
||||||
- hoauth2-1.7.2
|
|
||||||
2
stack-lts-13.2.yaml
Normal file
2
stack-lts-13.2.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
resolver: lts-13.2
|
||||||
10
stack.yaml
10
stack.yaml
@ -1,10 +1,2 @@
|
|||||||
---
|
---
|
||||||
resolver: lts-12.2
|
resolver: lts-13.2
|
||||||
extra-deps:
|
|
||||||
- hoauth2-1.7.2
|
|
||||||
- uri-bytestring-aeson-0.1.0.6
|
|
||||||
ghc-options:
|
|
||||||
"$locals": -fhide-source-paths
|
|
||||||
|
|
||||||
# needed so resourcet can get exceptions-0.10 even though hoauth dislikes it
|
|
||||||
allow-newer: true
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user