Skip to content

Move process >= 1.16.4 constraint from Cabal-3.8.1.0 to cabal-install-3.8.1.0 #8802

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

Closed
wants to merge 4 commits into from

Conversation

andreasabel
Copy link
Member

@andreasabel andreasabel commented Feb 23, 2023

Resolves #8554.

This PR is not to be merged, just for testing and discussion, as agreed in the Cabal developers meeting of 2023-02-23.

The plan is to revise Cabal-3.8.1.0 and cabal-install-3.8.1.0 according to this PR, namely the last 2 commits:

The first commit just capture revisions already present on hackage. The second commit makes changes so that this PR builds.

I checked builds locally:

  • Cabal with mtl-2.3.1 (for 2beee0b)
  • cabal-install with unix-2.8.0.0 (for aa60929)

@andreasabel andreasabel changed the base branch from master to 3.8 February 23, 2023 20:51
@andreasabel andreasabel changed the base branch from 3.8 to 3.8.1.0-release February 23, 2023 20:54
@andreasabel andreasabel requested review from Mikolaj and gbaz February 23, 2023 20:54
@andreasabel andreasabel added the re: dependencies Concerning Cabal's dependencies label Feb 23, 2023
@andreasabel andreasabel marked this pull request as ready for review February 23, 2023 20:59
@andreasabel andreasabel marked this pull request as draft February 23, 2023 21:00
@andreasabel
Copy link
Member Author

CI does not seem to run here.

@andreasabel
Copy link
Member Author

The process revision is already on 3.8, only the Cabal revision for relaxing mtl and transformers is left. Over to:

Copy link
Member

@Mikolaj Mikolaj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you.

Comment on lines +31 to +32
, Cabal ^>=3.8.1.0
, Cabal-syntax ^>=3.8.1.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We actually keep these, and everywhere else, at X.X.0.0 to avoid having to update at each minor release.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay!

zlib >= 0.5.3 && < 0.7,
hackage-security >= 0.6.2.0 && < 0.7,
text >= 1.2.3 && < 1.3,
text >= 1.2.3 && < 1.3 || >=2.0 && <2.1,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't remember --- was this tested with 3.8 (as opposed to with master)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made this revision 2022-08-30. I strongly suspect that I did test it before revising.
But even if I hadn't, it has now passed the test of time. ;-)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hah, it did. But if so, I bet we tested it on 3.8 (or master before 3.8 has been cut).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
re: dependencies Concerning Cabal's dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cabal-3.8.1.0 depends on too recent process-1.6.14, rendering it unusable with package ghc-9.2.4 and older
2 participants