-
Notifications
You must be signed in to change notification settings - Fork 724
Avoid dodgy Rep (..) import in Cabal-syntax #9071
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
Conversation
ulysses4ever
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.
Well spotted, thanks!
I believe this doesn't require a changelog or a test: this is not user visible at all.
|
We may want to backport it to 3.10 (and maybe try to squeeze it into 3.10.2) if we want 3.10 allow future GHCs. /cc @Kleidukos 3.8 is beyond salvation, perhaps... |
|
Yes this can go in |
|
@RyanGlScott thank you for this patch! |
|
As per the standard process, this will marinate for 2 days, and after that will be merged by the bot. Thanks! |
|
@Mergifyio backport 3.10 |
✅ Backports have been created
|
Avoid dodgy Rep (..) import in Cabal-syntax (backport #9071)
Fixes #9070.
Please include the following checklist in your PR:
Bonus points for added automated tests!