haskellPackages.implicit-hie: Don‘t override Cabal-syntax on ghc 9.4

Less overrides are better, right?
This commit is contained in:
maralorn 2022-11-06 23:46:26 +01:00
parent acedfc5388
commit 4ef72e5d10

View file

@ -197,6 +197,11 @@ in {
# 2022-10-06: https://gitlab.haskell.org/ghc/ghc/-/issues/22260
ghc-check = dontHaddock super.ghc-check;
# 2022-11-06: Override override from common, because Cabal-syntax is included since ghc 9.4.
implicit-hie = super.implicit-hie.override {
Cabal-syntax = null;
};
# 2022-10-06: plugins disabled for hls 1.8.0.0 based on
# https://haskell-language-server.readthedocs.io/en/latest/support/plugin-support.html#current-plugin-support-tiers
haskell-language-server = super.haskell-language-server.override {