mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
haskell.packages.ghc98.haskell-language-server: fix
This commit is contained in:
parent
d5df84e399
commit
2bc295aae8
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user