haskell.packages.ghc984.haskell-language-server: fix build (#469853)

This commit is contained in:
Malte Ott
2025-12-11 14:16:06 +00:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
@@ -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
@@ -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