-
Notifications
You must be signed in to change notification settings - Fork 115
Support GHC 9.6 #699
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 #699
Conversation
mihaimaruseac
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it worked without the last commit. Let's revert it as the macro aliases I think decrease readability
It seems that the latest GHC interprets expressions without LHS and `=` as Template Haskell.
mihaimaruseac
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
|
Actually, this PR is still a draft. It has lots of duplicated codes, and I have to remove them. |
|
Oh, my bad :( I thought it was gone and it was timezone difference |
|
No, it's because of my computer's broken clock :) |
This reverts commit 7752091.
ghc-lib-parserto handle different versions easilyFixes: #697