Skip to content
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

bump upper limit on unix dependency #10700

Closed
wants to merge 1 commit into from

Conversation

peterbecich
Copy link
Member

Currently, certain Cabal packages allow unix 2.8.6.*, and others do not.

This PR changes the latter so all can use unix 2.8.6.*. The test:

cabal build all --enable-tests --constraint 'unix==2.8.6.0'

succeeds

Template B: This PR does not modify behaviour or interface

E.g. the PR only touches documentation or tests, does refactorings, etc.

Include the following checklist in your PR:

  • Patches conform to the coding conventions.
  • Is this a PR that fixes CI? If so, it will need to be backported to older cabal release branches (ask maintainers for directions).

```
cabal build all --enable-tests --constraint 'unix==2.8.6.0'
```
succeeds
@Bodigrim
Copy link
Collaborator

Bodigrim commented Jan 2, 2025

Are they real packages though? Seems just input data for parser tests, no?

@peterbecich
Copy link
Member Author

@Bodigrim you're correct, thanks! That explains the test failure

@peterbecich peterbecich closed this Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants