Skip to content

ci: build with GHC 9.10.3 (cabal & stack)#4825

Merged
wolfgangwalther merged 2 commits intoPostgREST:mainfrom
wolfgangwalther:stack-24
Apr 19, 2026
Merged

ci: build with GHC 9.10.3 (cabal & stack)#4825
wolfgangwalther merged 2 commits intoPostgREST:mainfrom
wolfgangwalther:stack-24

Conversation

@wolfgangwalther
Copy link
Copy Markdown
Member

@wolfgangwalther wolfgangwalther commented Apr 18, 2026

Not sure whether FreeBSD is happily providing GHC 9.10.3, yet.

Edit: Seems like FreeBSD does indeed have that GHC version. Still need to fix regular Cabal builds, though.

@wolfgangwalther wolfgangwalther marked this pull request as ready for review April 19, 2026 09:58
@wolfgangwalther wolfgangwalther merged commit 1f70e42 into PostgREST:main Apr 19, 2026
33 checks passed
@wolfgangwalther wolfgangwalther deleted the stack-24 branch April 19, 2026 10:07
@taimoorzaeem
Copy link
Copy Markdown
Member

Shouldn't we also update the GHC version used in stack builds in CI?

with:
# This must match the version in stack.yaml's resolver
ghc-version: 9.8.4
enable-stack: true

@wolfgangwalther
Copy link
Copy Markdown
Member Author

Shouldn't we also update the GHC version used in stack builds in CI?

Right, we should update that as well. It doesn't make a functional difference, but a performance difference: stack will download the correct version anyway, but now it downloads both 9.8.4 and 9.10.3 and the CI jobs take longer than they should.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants