haskell-language-server
haskell-language-server copied to clipboard
Use 9.10.2 instead of 9.10.3 for CI on windows
9.10.2 is currently broken with TH on windows.
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.
See https://gitlab.haskell.org/ghc/ghc/-/issues/26613
I have updated CI to add exceptions for 9.10.2 wherever there were exceptions to 9.10. Hopefully this passes now.