haskell-language-server: Disable broken hlint plugin on ghc 9.10

This commit is contained in:
maralorn
2025-12-14 16:15:46 +01:00
parent 587798168d
commit 3c4c6ebdd5
@@ -90,4 +90,8 @@ in
#
call-stack = dontCheck super.call-stack; # https://github.com/sol/call-stack/issues/19
monad-dijkstra = dontCheck super.monad-dijkstra; # needs hlint 3.10
# Workaround https://github.com/haskell/haskell-language-server/issues/4674
haskell-language-server = haskellLib.disableCabalFlag "hlint" super.haskell-language-server;
}