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

Support building with GHC 9 #208

Merged
merged 3 commits into from Aug 24, 2021
Merged

Support building with GHC 9 #208

merged 3 commits into from Aug 24, 2021

Conversation

mitchellwrosen
Copy link
Collaborator

This patch puts parens around SCC annotations per the 9.0 migration guide: https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/9.0#parsing-of-scc-pragmas-less-permissive

Now this codebase builds with GHC 9: cabal build reactive-banana -w ghc-9.0.1 --allow-newer=pqueue:base

@mitchellwrosen
Copy link
Collaborator Author

All pqueue needed was a base upper bound, I've put up a PR over there: lspitzner/pqueue#40

@ocharles
Copy link
Collaborator

@mitchellwrosen I think this looks good - shall we get this in?

@mitchellwrosen
Copy link
Collaborator Author

mitchellwrosen commented Aug 24, 2021

@ocharles Sure, I suppose it doesn't hurt to merge even though we still can't actually build with GHC 9 without an override to pqueue's bound :)

... but there's a conflict. Let me take care of that.

@mitchellwrosen mitchellwrosen merged commit fbdd418 into master Aug 24, 2021
@mitchellwrosen mitchellwrosen deleted the ghc-9 branch August 24, 2021 17:42
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.

None yet

2 participants