3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.haskell-language-server: Fix evalution errors

This commit is contained in:
Malte Brandy 2020-08-14 19:02:59 +02:00
parent c3a618dd5a
commit ff5c9664b6
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1335,7 +1335,7 @@ self: super: {
'';
})).override {
# we are faster than stack here
hie-bios = dontCheck self.hie-bios_0_6_1;
hie-bios = dontCheck self.hie-bios_0_6_2;
lsp-test = dontCheck self.lsp-test_0_11_0_4;
});
@ -1355,7 +1355,7 @@ self: super: {
# use a fork of ghcide
ghcide = self.hls-ghcide;
# we are faster than stack here
hie-bios = dontCheck self.hie-bios_0_6_1;
hie-bios = dontCheck self.hie-bios_0_6_2;
lsp-test = dontCheck self.lsp-test_0_11_0_4;
};