-
Notifications
You must be signed in to change notification settings - Fork 698
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
Document internal library syntax changes #8573
Conversation
There seem to be a CI hiccup. Let me restart CI... |
Let me restart once again, for science. |
Let me rebase and, let's hope, CI should be fixed at that point. |
@mergify rebase |
As of cabal-version: 3.4 and higher, it's necessary to use a different syntax to depend on internal libraries than previous versions. Document this change in a note block in the Internal Libraries section. See: haskell#7565
✅ Branch has been successfully rebased |
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.
Thanks, looks good!
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.
That's a worthwhile note, I'm falling for that one myself. Thank you.
CI seems to be going on fine, so let me take the liberty of setting the merge_me label to expedite this helpful PR. |
2 days after any movement here, this PR should be auto-merged by mergify. |
As of cabal-version: 3.4 and higher, it's necessary to use a different syntax to depend on internal libraries than previous versions. Document this change in a note block in the Internal Libraries section.
See: #7565
Please include the following checklist in your PR:
Please also shortly describe how you tested your change. Bonus points for added tests!