Enable tests for ghc 9 and promote ghcVersion check#2001
Conversation
|
This is very nice, thank you @jneira !! |
Hmm, afaics the unique module where i could remove CPP language pragma was haskell-language-server/ghcide/.hlint.yaml Lines 88 to 110 in ce15ff6 But hlint should warn about that, so surely i am missing something |
|
I've marked circleci job and the ubuntu test job for 9.0.1 as required |
|
We have a succesful run with tests included for ghc-9.0.1 and macos: https://github.com/haskell/haskell-language-server/pull/2001/checks?check_run_id=2997169971 |
pepeiborra
left a comment
There was a problem hiding this comment.
I guess we still need CPP around imports and other non-expression sections
|
The test job for windows and ghc-9.0.1 is getting stuck in the last builds 😟 |
GhcVersiondatatype andghcVersionfunction to ghcide to make it available to all the codebaseGHC90version and removeGHC84(as we dont support it anymore)