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

workaround ghc-9.10.1/deepseq ambiguity #568

Merged

Conversation

shayne-fletcher
Copy link
Contributor

(1) ghc-9.8.3 build compiler ships with deepseq 15.1.0 which breaks building ghc-9.10.1 source (showing the symptoms of #563 see #563 (comment)). the fix is already on ghc-9.12 and HEAD. the fix here is to patch ghc-lib-parser flavor ghc-9.10.1 and re-release (ghc-lib-9.10.1.20241103). i updated the happy bounds manually to happy:happy == 1.20.* || == 2.0.2 || >= 2.1.2 && < 2.2 since there's alread a diff in flight for that in #567.

(2) it looks like flavor ghc-9.8.3 was released from the ghc-9.8 branch, not the ghc-9.8.3 branch (my fault i guess) so that's fixed here as well. i've pushed a new release for that (ghc-lib-9.8.3.20241103) flavor and manually adjusted the happy bounds for that too happy:happy == 1.20.* || == 2.0.2 || >= 2.1.2 && < 2.2.

@shayne-fletcher shayne-fletcher requested a review from a team as a code owner November 3, 2024 23:56
Copy link

@dylant-da dylant-da left a comment

Choose a reason for hiding this comment

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

LGTM

@dylant-da dylant-da merged commit d5a49d3 into digital-asset:master Nov 7, 2024
40 checks passed
@shayne-fletcher shayne-fletcher deleted the ghc-9.10.1-release-2 branch November 7, 2024 16:43
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