Skip to content

Draft: Add GHC 9.4.7 #2030

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 1 commit into from
Closed

Conversation

TeofilC
Copy link
Contributor

@TeofilC TeofilC commented Aug 24, 2023

This adds GHC 9.4.7. At the moment this is very much draft since GHC 9.4.7 hasn't been officially released yet, but I thought I'd get a head start on this.

There seems to be some issues with building the windows cross stuff. It looks to be something similar to what's solved by the "ghc-9.4.5-include-order-fix" patch, but I'm not sure what exactly is going on there.

I've generated the materializations for the other arches that I can build. I haven't run the test suite, so I haven't updated broken tests.

@TeofilC TeofilC mentioned this pull request Aug 24, 2023
@@ -183,7 +183,7 @@ in {
++ fromUntil "8.6.5" "9.5" ./patches/ghc/ghc-hpc-response-files.patch # https://gitlab.haskell.org/ghc/ghc/-/merge_requests/8194
++ final.lib.optionals (final.stdenv.targetPlatform.isWindows) (fromUntil "9.4.1" "9.4.5" ./patches/ghc/ghc-9.4-hadrian-win-cross.patch)
++ final.lib.optionals (final.stdenv.targetPlatform.isWindows) (fromUntil "9.8.1" "9.10" ./patches/ghc/ghc-9.8-hadrian-win-cross.patch)
++ fromUntil "9.4.5" "9.4.6" ./patches/ghc/ghc-9.4.5-include-order-fix.patch
++ fromUntil "9.4.5" "9.4.7" ./patches/ghc/ghc-9.4.5-include-order-fix.patch
Copy link
Contributor

Choose a reason for hiding this comment

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

The upper bound should be "9.4.8" to include 9.4.7.

@TeofilC
Copy link
Contributor Author

TeofilC commented Aug 25, 2023

Closing in favour of #2031

@TeofilC TeofilC closed this Aug 25, 2023
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