We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8471799 commit 2b25ea4Copy full SHA for 2b25ea4
modules/hackage-quirks.nix
@@ -63,11 +63,6 @@ in [
63
+ lib.optionalString (!__elem config.compiler-nix-name ["ghc901" "ghc902"]) " -hlint"
64
}
65
constraints: hls-fourmolu-plugin <1.1.1.0, hls-rename-plugin <1.0.2.0, hls-stan-plugin <1.0.1.0
66
- ''
67
- # TODO Remove this flag once the hls-call-hierarchy-plugin is updated in hackage to work with ghc 9.2
68
- + lib.optionalString (__elem config.compiler-nix-name ["ghc8107" "ghc921" "ghc922" "ghc923" "ghc924" "ghc925" "ghc926" "ghc927"]) ''
69
- package haskell-language-server
70
- flags: -callhierarchy
71
'');
72
73
)
0 commit comments