haskell.packages.ghc{96,98}.haskell-language-server: fix build (#537724)

This commit is contained in:
Wolfgang Walther 2026-07-02 10:10:33 +00:00 committed by GitHub
commit 4c7647a6d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 4 deletions

View file

@ -228,13 +228,16 @@ in
self.retrie
self.floskell
self.markdown-unlit
self.stan
self.trial
] 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;
ormolu = doJailbreak self.ormolu_0_7_4_0;
retrie = doJailbreak (unmarkBroken super.retrie);
stylish-haskell = self.stylish-haskell_0_14_6_0;
stan = super.stan;
stylish-haskell = doJailbreak self.stylish-haskell_0_14_6_0;
}
)
apply-refact
@ -247,6 +250,7 @@ in
lsp-types
ormolu
retrie
stan
stylish-haskell
;
}

View file

@ -132,13 +132,16 @@ in
self.retrie
self.floskell
self.markdown-unlit
self.stan
self.trial
] 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;
ormolu = doJailbreak self.ormolu_0_7_4_0;
retrie = doJailbreak (unmarkBroken super.retrie);
stylish-haskell = self.stylish-haskell_0_14_6_0;
stan = super.stan;
stylish-haskell = doJailbreak self.stylish-haskell_0_14_6_0;
}
)
apply-refact
@ -151,6 +154,7 @@ in
lsp-types
ormolu
retrie
stan
stylish-haskell
;
}