stack.yaml: temporarily build with older ghc
And without ospath build flag as a consequence. This is a temporary fix to build failures on the github CI for Windows and OSX, which use too old a version of stack to support the nightly ghc. I have sent a patch to those workflows, and after it is applied, this can be reverted.
This commit is contained in:
parent
874882efc4
commit
2f9a384e48
1 changed files with 2 additions and 2 deletions
|
@ -11,10 +11,10 @@ flags:
|
||||||
benchmark: true
|
benchmark: true
|
||||||
crypton: true
|
crypton: true
|
||||||
servant: true
|
servant: true
|
||||||
ospath: true
|
ospath: false
|
||||||
packages:
|
packages:
|
||||||
- '.'
|
- '.'
|
||||||
resolver: nightly-2025-01-20
|
resolver: lts-23.2
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- filepath-bytestring-1.5.2.0.2
|
- filepath-bytestring-1.5.2.0.2
|
||||||
- aws-0.24.4
|
- aws-0.24.4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue