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 #279

Closed
wants to merge 1 commit into from

Conversation

shayne-fletcher
Copy link
Owner

@shayne-fletcher shayne-fletcher commented Nov 3, 2024

(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 digital-asset#563 see digital-asset#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 digital-asset#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 changed the title pull ghc-9.8.3 from the release branch workaround ghc-9.10.1/deepseq ambiguity Nov 3, 2024
@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.

1 participant