Skip to content
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

Add support for GHC 9.11.20240522 #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

christiaanb
Copy link
Member

No description provided.

@sheaf
Copy link

sheaf commented Oct 30, 2024

I'm updating ghc-tcplugins-extra, ghc-typelits-extra, ghc-typelits-natnormalise and ghc-typelits-knownnat based on these MRs, in order to provide full GHC 9.12 support, specifically to account for the change in the type of mkUnivCo to take [Coercion] (rather than DCoVarSet) for evidence the UnivCo depends on, and taking into account GHC #25394 to use ctEvCoercion rather than ctEvId.

See head.hackage !389. I'll ping you when that is ready and passes CI.

@sheaf
Copy link

sheaf commented Nov 15, 2024

The patches have landed in head.hackage and should allow compilation with both GHC 9.12 and the current GHC head (the latest commit with relevant changes to the tcplugin API was 0225249a).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants