Open LeventErkok opened 2 months ago
@LeventErkok https://github.com/ndmitchell/hlint/issues/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 apply-refact
remains unsupported with ghc-9.10.1 so if you rely on refactor
it needs to be preinstalled using an older ghc. there's a poll on threads right now to help understand user sentiment on whether this should block a hlint ghc-9.10.1 release or not.
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..