-
Notifications
You must be signed in to change notification settings - Fork 6
panic with ghc 9.0.2 #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
9.0.2 support for haskell-language-server is blocked on this so we hope ther could be a fix for 9.0 any chance of getting a fix in the library itself @chessai? thanks in advance! |
How would you propose this is fixed? If the MVar module doesn't get compiled, does this happen with other modules? This unsafeCoerce# trick is used pretty liberally throughout the library. What is a minimal fix that would allow hls to proceed? This library will be obsolete soon so I'm mostly worried about making sure existing users can experience less disruption |
thanks for the quick response, didn't know the library was about to be deprecated, where could we check more info about that? does it depend on a new ghc version? is there a known replacement? in that case it seems the solution would be using a previous version of the library downstream as |
The text was updated successfully, but these errors were encountered: