-
Notifications
You must be signed in to change notification settings - Fork 696
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
Remove support for .zip
format source distributions
#5755
Conversation
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.
Other than that + the changelog entry, LGTM.
@@ -333,7 +333,6 @@ executable cabal | |||
zlib >= 0.5.3 && < 0.7, | |||
hackage-security >= 0.5.2.2 && < 0.6, | |||
text >= 1.2.3 && < 1.3, | |||
zip-archive >= 0.3.2.5 && < 0.4, |
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.
Modify .pp
instead!
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 was fast! Will do @ both your comments
.zip
format source distributions.zip
format source distributions
@typedrat all fixed up! |
Sure, let's drop the flag altogether. |
@hvr Excavation complete 😄 |
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.
LGTM.
@emilypi Feel free to merge. |
Thanks @23Skidoo! |
Does merge broke appveyor CI? I see same error in my branch, as this failed. |
Looks like it did:
where the test is expecting |
That ain't good. I think I see where, and I'll post a fix |
This PR addresses #5735, including the removal of the
zip-archive
dependency per the comments[ci skip]
is used to avoid triggering the build bots.Extra: