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

Supports GHC 9.4.1? #5

Closed
mpilgrem opened this issue Aug 9, 2022 · 5 comments
Closed

Supports GHC 9.4.1? #5

mpilgrem opened this issue Aug 9, 2022 · 5 comments
Assignees

Comments

@mpilgrem
Copy link
Member

mpilgrem commented Aug 9, 2022

The master branch of Stack builds with GHC 9.4.1, but using it I am getting messages like:

Warning: Failed to decode module interface: C:\Users\mikep\Documents\Code\GitHub\stack\.stack-work\dist\22605e11\build\Path\Extended.hi
         Decoding failure: not enough bytes

I am wondering if the file format has changed with GHC 9.4.1?

@hsyl20
Copy link
Collaborator

hsyl20 commented Aug 11, 2022

@hsyl20 hsyl20 self-assigned this Aug 11, 2022
@hsyl20
Copy link
Collaborator

hsyl20 commented Aug 11, 2022

The last one removed transitive dependencies from interface files. I wonder if Stack will have to adapt to this :/

@mpilgrem
Copy link
Member Author

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?

@hsyl20
Copy link
Collaborator

hsyl20 commented Aug 11, 2022

PR in #7

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

No branches or pull requests

2 participants