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

cabal install hlint fails with ghc-9.10.1 #1593

Open
shayne-fletcher opened this issue May 11, 2024 · 0 comments · May be fixed by #1594
Open

cabal install hlint fails with ghc-9.10.1 #1593

shayne-fletcher opened this issue May 11, 2024 · 0 comments · May be fixed by #1594

Comments

@shayne-fletcher
Copy link
Collaborator

shayne-fletcher commented May 11, 2024

this is expected (and the failure to produce a build plan deliberate).

the current version of hlint requires a ghc-lib-parser-9.8.* these versions of ghc-lib-parser cannot be built by compilers > ghc-9.8 (e.g. ghc-9.10.1).

the next version of hlint will upgrade to the ghc-9.10 api (#1594). when released, that version will be build compatible with compilers in [ghc-9.6.1, ghc-9.10.1].

@shayne-fletcher shayne-fletcher linked a pull request May 12, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant