-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support GHC 9.6.4 #203
Support GHC 9.6.4 #203
Conversation
@guaraqe not sure if you're still using core-effect-effectful but when I attempted to upgrade to GHC 9.6.4 and the current Stackage snapshot we got a build error,
if you have an immediate understanding of what might have broken then a fix would be welcome! Otherwise we'll just comment out the [testing] dependency for now and you can return to if you ever need to. |
Disable core-effect-effectful as it is blocking builds at the moment.
I've removed core-effect-effectful from the default build. It's not part of the core set so it can wait on the side until someone has a chance to look into this. |
Now it's failing because of HsOpenSSL having an "incompatible pointer type"
what on earth do we do about that one? |
Looks like this is the issue: Annoyingly we have to put
in the stack.yaml of any project that uses our libraries in order for the dependencies to build. |
Bump resolver to lts-22.9 which builds against GHC 9.6.4 for testing. Testing with VS Code and haskell-language-server 2.6.0.0 via GHCup.