Description
Until recently I was using GHC 8.10.3 on macOS 10.15 with HLS 0.9.0 in VS Code and everything was fine. I upgraded to GHC 8.10.4 and now I get the error:
"haskell-language-server 0.9.0 for GHC 8.10.4 is not available on Darwin"
I checked the repo for HLS and it says that 0.9.0 supports GHC 8.10.4. I checked the releases page and there is a pre-built binary for macOS with HLS 0.9.0. Which in fact, I was already using.
So, why is it telling me that I can't use it with GHC 8.10.4?
According to the VS Code Haskell extension docs, it only supports up to GHC 8.10.2, which I know isn't right either, since I was using it with 8.10.3.
So, is there some hidden list somewhere that needs to be updated? Is there some way I can get around this in VS Code and force it to use HLS 0.9.0 and ignore the error?
Thanks for your help.