Skip to content

Commit

Permalink
haskellPackages.haskell-language-server+hls-ide: fix lsp-test override
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki authored and peti committed Jul 31, 2020
1 parent 2dab571 commit d86e0e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -1348,7 +1348,7 @@ self: super: {
})).override {
# we are faster than stack here
hie-bios = dontCheck self.hie-bios_0_6_1;
lsp-test = dontCheck self.lsp-test_0_11_0_2;
lsp-test = dontCheck self.lsp-test_0_11_0_3;
});

haskell-language-server = (overrideCabal super.haskell-language-server
Expand All @@ -1368,7 +1368,7 @@ self: super: {
ghcide = self.hls-ghcide;
# we are faster than stack here
hie-bios = dontCheck self.hie-bios_0_6_1;
lsp-test = dontCheck self.lsp-test_0_11_0_2;
lsp-test = dontCheck self.lsp-test_0_11_0_3;
};

# https://github.com/kowainik/policeman/issues/57
Expand Down

0 comments on commit d86e0e5

Please sign in to comment.