haskell-language-server icon indicating copy to clipboard operation
haskell-language-server copied to clipboard

Use 9.10.2 instead of 9.10.3 for CI on windows

Open wz1000 opened this issue 3 weeks ago • 2 comments

9.10.2 is currently broken with TH on windows.

wz1000 avatar Nov 26 '25 13:11 wz1000

GHC commit that seems to be the root of the issue: https://gitlab.haskell.org/ghc/ghc/-/commit/b9f49013061efcb2ae1d0986fdad3baf39994067

Commit is present in GHC 9.14.1 rc and GHC 9.12.3 rc, but the commit is likely to be reverted.

fendor avatar Nov 26 '25 13:11 fendor

See https://gitlab.haskell.org/ghc/ghc/-/issues/26613

wz1000 avatar Nov 27 '25 07:11 wz1000

I have updated CI to add exceptions for 9.10.2 wherever there were exceptions to 9.10. Hopefully this passes now.

wz1000 avatar Dec 15 '25 09:12 wz1000