-
Notifications
You must be signed in to change notification settings - Fork 198
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
Still can't compile with GHC 9.10.1 #1613
Comments
@LeventErkok #1593 got closed since the changes got landed . there hasn't been a release yet however. if you are stuck there's always the option of building from git git clone https://github.com/ndmitchell/hlint.git
cd hlint
PATH=~/.ghcup/ghc/9.10.1/bin:~/.ghcup/bin:~/.cabal/bin:$PATH;export PATH
cabal build
cabal run exe:hlint -- --test # test
cabal install exe:hlint --overwrite-policy=always # install binary to ~/.cabal/bin/hlint note that |
Hlint master builds with GHC 9.10.1 and appears to work fine. How about doing a release? |
hlint, ghc-tags and weeder are very much tied to the GHC version or an appropriate version of ghc-lib and friends, but don't have a release that supports it yet: ndmitchell/hlint#1628 ndmitchell/hlint#1613
I know this was closed in #1593. But I'm still having issues:
Also tried with
allow-never
:Versions I have:
Any help would be appreciated..
The text was updated successfully, but these errors were encountered: