haskell.packages.ghc98.haskell-language-server: fix

This commit is contained in:
Naïm Favier 2024-03-19 13:34:22 +01:00
parent d5df84e399
commit 2bc295aae8
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325
2 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,11 @@ self: super: {
aeson = doDistribute self.aeson_2_2_1_0;
attoparsec-aeson = doDistribute self.attoparsec-aeson_2_2_0_1;
xmonad = doDistribute self.xmonad_0_18_0;
apply-refact = self.apply-refact_0_14_0_0;
ormolu = self.ormolu_0_7_4_0;
fourmolu = self.fourmolu_0_15_0_0;
stylish-haskell = self.stylish-haskell_0_14_6_0;
hlint = self.hlint_3_8;
# A given major version of ghc-exactprint only supports one version of GHC.
ghc-exactprint = self.ghc-exactprint_1_8_0_0;

View File

@ -1139,9 +1139,11 @@ self: super: builtins.intersectAttrs super {
{
fourmolu = fourmoluTestFix super.fourmolu;
fourmolu_0_14_1_0 = fourmoluTestFix super.fourmolu_0_14_1_0;
fourmolu_0_15_0_0 = fourmoluTestFix super.fourmolu_0_15_0_0;
})
fourmolu
fourmolu_0_14_1_0
fourmolu_0_15_0_0
;
# Test suite needs to execute 'disco' binary