Skip to content

Commit 2b25ea4

Browse files
authored
Remove haskell-language-server quirk (#1897)
This is fixed now 🎉
1 parent 8471799 commit 2b25ea4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/hackage-quirks.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ in [
6363
+ lib.optionalString (!__elem config.compiler-nix-name ["ghc901" "ghc902"]) " -hlint"
6464
}
6565
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
7166
'');
7267
}
7368
)

0 commit comments

Comments
 (0)