release-haskell.nix: hoogle and hlint work with GHC 9.6.3
This commit is contained in:
parent
bb0e433d01
commit
e1be0b03bd
1 changed files with 0 additions and 2 deletions
|
@ -511,11 +511,9 @@ let
|
|||
compilerNames.ghc902
|
||||
] released;
|
||||
hoogle = lib.subtractLists [
|
||||
compilerNames.ghc963
|
||||
compilerNames.ghc981
|
||||
] released;
|
||||
hlint = lib.subtractLists [
|
||||
compilerNames.ghc963
|
||||
compilerNames.ghc981
|
||||
] released;
|
||||
hpack = lib.subtractLists [
|
||||
|
|
Loading…
Reference in a new issue