-
Notifications
You must be signed in to change notification settings - Fork 85
GHC 9.2 #779
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.2 #779
Conversation
4e0087b
to
341db9a
Compare
51cc038
to
4635385
Compare
fa44f4b
to
428a206
Compare
data/examples/declaration/value/function/arrow/proc-do-complex-out.hs
Outdated
Show resolved
Hide resolved
428a206
to
fceb4a7
Compare
597d0c8
to
3adde79
Compare
3adde79
to
1785ebf
Compare
Upgrading from 9.2.1-rc1 to 9.2.1 only required two minor changes: https://gist.github.com/amesgen/c77ab54959903ebc5e3734ad630e8c93 The only thing missing now is mrkkrp/ghc-syntax-highlighter#24 |
Is there something that still prevents us from testing with 9.2.1 on CI? |
|
430af6a
to
f83c47f
Compare
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.
Here is another round of review, since I saw some new changes. I think we are very close to finally merging this into master.
4bfdcea
to
d1ad5fe
Compare
3cfdffd
to
ffe3c9b
Compare
ffe3c9b
to
2e52dba
Compare
Closes #794
Closes #768 (promoted infix data constructors)
Closes #659 Closes #709 Closes #705 (
RecordDot*
stuff)The most significant in
ghc-lib-parser-9.2
is EPA (exact print annotations). This blog post gives a good overview. A few points:Located
, but rather in aGenLocated (SrcSpanAnn' a)
, whereSrcSpanAnn' ~ (a, SrcSpan)
.GHC.Parser.Annotation
gives a good overview of the new combinators for these types.Anns
stuff.NoExtField
.EDIT: This PR introduces a benign style issue: #810