Skip to content

Apply 'any' qualifier to new-freeze constraints (fixes #4832). #4841

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

Merged
merged 2 commits into from
Nov 3, 2017

Conversation

grayjay
Copy link
Collaborator

@grayjay grayjay commented Oct 23, 2017

Please include the following checklist in your PR:

  • Patches conform to the coding conventions.
  • Any changes that could be relevant to users have been recorded in the changelog.
  • The documentation has been updated, if necessary.
  • If the change is docs-only, [ci skip] is used to avoid triggering the build bots.

Please also shortly describe how you tested your change. Bonus points for added tests!

new-freeze produces constraints that allow all versions of each package from the
install plan, in order to constrain setup and build tool dependencies without
using qualified constraints. Since the constraints should apply to top-level,
setup, and build tool dependencies, they should use an 'any' qualifier.

I also added a package test for new-freeze.

new-freeze produces constraints that allow all versions of each package from the
install plan, in order to constrain setup and build tool dependencies without
using qualified constraints. Since the constraints should apply to top-level,
setup, and build tool dependencies, they should use an 'any' qualifier.
@23Skidoo
Copy link
Member

23Skidoo commented Nov 3, 2017

Merged, thanks!

@23Skidoo 23Skidoo merged commit b96e518 into haskell:master Nov 3, 2017
@grayjay
Copy link
Collaborator Author

grayjay commented Nov 4, 2017

Thanks!

@grayjay grayjay deleted the issue-4832 branch November 4, 2017 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants