-
Notifications
You must be signed in to change notification settings - Fork 10
c-sources cannot have cmm files #495
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
Comments
When I patched this in my own project, I also had to change the |
this was in fact updated last month (#492) to read
@Kleidukos does that look ok? |
@cho-m Which compiler did you use with ghc-lib-parser-9.8.1.20231009/ghc-lib-parser-9.6.2.20230523 ? |
i see that ghc-lib-parser-9.8.1-9.8.1.20231009 on hackage is still using cabal-version 2.0 and doesn't have that switching logic so that .cmm files are listed in c-sources. i assume this is causing issues - i'll put a new version up! |
Confirmed locally that new |
have pushed ghc-lib-9.8.1.20231121, ghc-lib-9.6.3.20231121 and ghc-lib-9.6.2.20231121 to hackage. |
@garyverhaegen-da i think this issue is good to close now |
'sup, cabal team here.
You have a problem when you generate cabal files:
This cannot possibly work, was giving the appearance of normality, but ultimately this is the wrong stanza.
cmm-sources
must be used.Cheers
The text was updated successfully, but these errors were encountered: