-
Notifications
You must be signed in to change notification settings - Fork 199
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
Comments
1 task
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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].
The text was updated successfully, but these errors were encountered: