Skip to content

Conversation

@bmillwood
Copy link

@bmillwood bmillwood commented Jan 4, 2026

Per CI in my own fork it doesn't seem like any changes are necessary, but I admit I didn't read the changelogs carefully.

base changelog: https://hackage.haskell.org/package/base-4.22.0.0/changelog

tested-with:
GHC == 9.14.1
GHC == 9.12.2
GHC == 9.10.2
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not bump this to 9.10.3?

Copy link
Author

Choose a reason for hiding this comment

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

only to avoid making more changes than necessary, happy to do it this evening if we prefer

Copy link
Contributor

Choose a reason for hiding this comment

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

I think when updating CI it makes sense to always bump to all latest minor GHC versions.
The rationale is that the other minor versions are essentially deprecated.

@simonmar
Copy link
Owner

simonmar commented Jan 5, 2026

CI failure

@andreasabel
Copy link
Contributor

@simonmar wrote:

CI failure

Please rerun the failed workflow, I updated test-framework.

@bmillwood
Copy link
Author

sorry about that, don't know how it passed in my PR but failed here :(

tested-with:
GHC == 9.14.1
GHC == 9.12.2
GHC == 9.10.2
Copy link
Contributor

Choose a reason for hiding this comment

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

I think when updating CI it makes sense to always bump to all latest minor GHC versions.
The rationale is that the other minor versions are essentially deprecated.

@andreasabel
Copy link
Contributor

I relaxed the base bound by revision: https://hackage.haskell.org/package/async-2.2.5/revisions/

However, I think this package should be released anyway to sync the repo with the hackage publication.

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.

Relax upper bound on base for GHC 9.14.1/base-4.22.0.0

3 participants