-
Notifications
You must be signed in to change notification settings - Fork 698
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
Support ghc 9.0 (and newer) #7747
Comments
Thank you for the test. It seems the |
From what I hear from wise sages, the major work to support 9.0 is in |
https://hackage.haskell.org/package/network-uri-2.6.4.1 is GHC-9.0 compatible release. |
Oh, and #7763 is a serious issue, but probably just being fixed. [Edit: but apparently, while the fix works on Windows, there are related issues on Linux.] |
I guess, the |
This is the latest git HEAD since the most recent release is very very difficult to bootstrap with GHC 9.X. Even Git HEAD still requires loosening a bunch of version constraints on the standard library. In a separate step, this package will be renamed to cabal-bootstrap and used to build a full cabal-install distribution using v2-build. See also haskell/cabal#7747 Fixes #13171 Shout-out to @sternenseemann
See also #7819 and https://gitlab.haskell.org/ghc/ghc/-/issues/20684 that is going to be fixed in 9.2.2. |
@Mikolaj is this still relevant? |
I think it's superseded by the other mentioned tickets and with your work on CI for the new GHCs. Closing. @blackgnezdo, and other people concerned, please kindly test #7907, which is probably already in its final form, either now or after it lands. |
Describe the bug
There doesn't seem to be a viable plan for building the current HEAD (69dbf54) with ghc-9.0.1.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Executable, viable build plan and a functional cabal-install at the end.
System information
cabal 3.4.0.0
,ghc 9.0.1
The text was updated successfully, but these errors were encountered: