diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix index 41b81b6ba15f..1ae029d0e519 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix @@ -217,6 +217,7 @@ in apply-refact = addBuildDepend self.data-default-class super.apply-refact; floskell = doJailbreak super.floskell; fourmolu = dontCheck (doJailbreak self.fourmolu_0_15_0_0); + ghcide = super.ghcide; haskell-language-server = addBuildDepends [ self.retrie self.floskell @@ -224,6 +225,7 @@ in ] super.haskell-language-server; hls-plugin-api = super.hls-plugin-api; hlint = self.hlint_3_8; + lsp-types = super.lsp-types; ormolu = self.ormolu_0_7_4_0; retrie = doJailbreak (unmarkBroken super.retrie); stylish-haskell = self.stylish-haskell_0_14_6_0; @@ -232,9 +234,11 @@ in apply-refact floskell fourmolu + ghcide haskell-language-server hls-plugin-api hlint + lsp-types ormolu retrie stylish-haskell diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix index 8b430b143451..1786e56c482c 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix @@ -121,6 +121,7 @@ in apply-refact = addBuildDepend self.data-default-class super.apply-refact; floskell = doJailbreak super.floskell; fourmolu = dontCheck (doJailbreak self.fourmolu_0_15_0_0); + ghcide = super.ghcide; haskell-language-server = addBuildDepends [ self.retrie self.floskell @@ -128,6 +129,7 @@ in ] super.haskell-language-server; hls-plugin-api = super.hls-plugin-api; hlint = self.hlint_3_8; + lsp-types = super.lsp-types; ormolu = self.ormolu_0_7_4_0; retrie = doJailbreak (unmarkBroken super.retrie); stylish-haskell = self.stylish-haskell_0_14_6_0; @@ -136,9 +138,11 @@ in apply-refact floskell fourmolu + ghcide haskell-language-server hls-plugin-api hlint + lsp-types ormolu retrie stylish-haskell