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

Support GHC-9.12 #10670

Open
phadej opened this issue Dec 25, 2024 · 3 comments
Open

Support GHC-9.12 #10670

phadej opened this issue Dec 25, 2024 · 3 comments

Comments

@phadej
Copy link
Collaborator

phadej commented Dec 25, 2024

With

cabal --version 
cabal-install version 3.14.1.0
compiled using version 3.14.1.0 of the Cabal library 

I get a warning

Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.14.1.0 supports
'ghc' version < 9.12): /opt/ghcup/.ghcup/bin/ghc-9.12.1 is version 9.12.1
@ulysses4ever
Copy link
Collaborator

Thanks for the report! This has been fixed on master several days ago. Releasing 3.14 with this warning is indeed unfortunate.

@geekosaur
Copy link
Collaborator

@Kleidukos (and I to some extent since I've kinda been "head elf" for the past few releases) are working on a 3.14.1.1 point release with this fix and another one affecting i386.

@geekosaur
Copy link
Collaborator

geekosaur commented Dec 25, 2024

We are also hoping that we can get this into the ghcup and stack releases, even if it's too late to get the downloads.haskell.org one updated.

I also have a proposed workflow to catch this versioning issue. The i386 one is harder as (a) we don't (yet) have a validate run for it and (b) so far the only program known to trigger it is ghcup, which would require writing a new test to build and run it to trigger the bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants