-
Notifications
You must be signed in to change notification settings - Fork 4
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
Supports GHC 9.4.1? #5
Comments
Indeed a field has been added in the header: https://gitlab.haskell.org/ghc/ghc/-/commit/25977ab542a30df4ae71d9699d015bcdd1ab7cfb#9f11c1c113f11a416be9e556904531050cbb5b2e_173_193 |
The last one removed transitive dependencies from interface files. I wonder if Stack will have to adapt to this :/ |
Architectural matters relating to Stack tend to be outside of my capabilities. @snoyberg, may I ask your advice: if transitive dependencies have been removed from GHC's interface files from GHC 9.4.1, do you think that is problematic for Stack? |
PR in #7 |
The
master
branch of Stack builds with GHC 9.4.1, but using it I am getting messages like:I am wondering if the file format has changed with GHC 9.4.1?
The text was updated successfully, but these errors were encountered: