diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index 2da13fccb708..eb31f4582a87 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -69,10 +69,12 @@ self: super: { haskell-language-server = lib.pipe super.haskell-language-server [ (disableCabalFlag "fourmolu") (disableCabalFlag "ormolu") + (disableCabalFlag "cabal") (disableCabalFlag "stylishHaskell") (d: d.override { ormolu = null; fourmolu = null; + stan = null; }) ];