-
Notifications
You must be signed in to change notification settings - Fork 710
Raise process lower bound to 1.2.1.0 #7922
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
Great find re #7534, That confirms the "support window" permits this upgrade. |
Cabal/Cabal.cabal
Outdated
@@ -96,7 +96,6 @@ library | |||
Distribution.Utils.MD5 | |||
Distribution.Utils.String | |||
Distribution.Utils.Structured | |||
Distribution.Compat.CreatePipe |
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.
We could keep Distribution.Compat.CreatePipe
as a trivial reexport to avoid requiring library users to make changes here if they were using the module. And/or I guess this module going away should be documented explicitly in the Changelog?
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.
If it's so cheap, I'd say let's keep the compat. The PR breaks (legally) enough stuff.
@robx: would you like to merge? If so, add the merge_me label (it rebases, etc.). Thank you for the PR! |
process-1.2.1.0 was released in Dec 2014.
Keep Distribution.Compat.CreatePipe as a trivial reexport to avoid changing the published API.
I ran into these shims while working on #7921. Do I interpret the "support window" info right in that we can do this?
Please include the following checklist in your PR:
Please also shortly describe how you tested your change. Bonus points for added tests!