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.8.1 #1545

Closed
Tracked by #37
shayne-fletcher opened this issue Oct 14, 2023 · 0 comments · Fixed by #1544
Closed
Tracked by #37

cabal install hlint fails with ghc-9.8.1 #1545

shayne-fletcher opened this issue Oct 14, 2023 · 0 comments · Fixed by #1544

Comments

@shayne-fletcher
Copy link
Collaborator

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

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

the next version of hlint will upgrade to the ghc-9.8 api (#1544). when released, that version will be build compatible with compilers in [ghc-9.4.1, ghc-9.8.1].

moonshxne added a commit to moonshxne/nixpkgs that referenced this issue Dec 10, 2023
- `ghc-exactprint`: [ghc-9.8.1 build failure](alanz/ghc-exactprint#131), so we disable `hls-refactor-plugin`, `hls-class-plugin`, `hls-rename-plugin`, `hls-retrie-plugin`, and `hls-splice-plugin`
- `hlint`: [`cabal install hlint` fails with ghc-9.8.1](ndmitchell/hlint#1545), so we disable `hls-hlint-plugin`
alunduil added a commit to alunduil/template.hs that referenced this issue Dec 12, 2023
alunduil added a commit to alunduil/template.hs that referenced this issue Dec 12, 2023
alunduil added a commit to alunduil/template.hs that referenced this issue Dec 12, 2023
alunduil added a commit to alunduil/template.hs that referenced this issue Dec 13, 2023
alunduil added a commit to alunduil/template.hs that referenced this issue Dec 13, 2023
This issue was closed.
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