Skip to content

Commit

Permalink
Remove haskell-language-server quirk (#1897)
Browse files Browse the repository at this point in the history
This is fixed now 🎉
  • Loading branch information
angerman committed Mar 24, 2023
1 parent 8471799 commit 2b25ea4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/hackage-quirks.nix
Expand Up @@ -63,11 +63,6 @@ in [
+ lib.optionalString (!__elem config.compiler-nix-name ["ghc901" "ghc902"]) " -hlint"
}
constraints: hls-fourmolu-plugin <1.1.1.0, hls-rename-plugin <1.0.2.0, hls-stan-plugin <1.0.1.0
''
# TODO Remove this flag once the hls-call-hierarchy-plugin is updated in hackage to work with ghc 9.2
+ lib.optionalString (__elem config.compiler-nix-name ["ghc8107" "ghc921" "ghc922" "ghc923" "ghc924" "ghc925" "ghc926" "ghc927"]) ''
package haskell-language-server
flags: -callhierarchy
'');
}
)
Expand Down

0 comments on commit 2b25ea4

Please sign in to comment.