-
Notifications
You must be signed in to change notification settings - Fork 6
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
GHC 9.4 compatibility #24
Comments
It wasn't too complicated, just a few shifts in the data constructors. |
Though I take it back, some extra work is needed to for the CPP pragmas. |
Any luck on the plugin? |
Hi. To let you know. I'm personally not aiming at fixing this issue at the moment. Though an example of a fix can be seen here: |
(Relatedly, it requires |
Just a heads up that ghc-9.6 has problems with plugins in general. The link below is for polysemy, but I've had the same trouble in effectful. Surely cleff is affected too. |
cleff
just needs bumps of upper versions ofbase
andtemplate-haskell
to build with 9.4.1.Unfortunately the story for
cleff-plugin
seems to be more complicated due to removal of derived constraints.The text was updated successfully, but these errors were encountered: