Merge pull request #95585 from maralorn/bump-hls

[haskell-updates] haskellPackages.haskell-language-server: 0.2.0 -> 0.3.0
This commit is contained in:
maralorn
2020-08-16 16:35:54 +02:00
committed by GitHub
8 changed files with 88 additions and 73 deletions
@@ -767,4 +767,8 @@ self: super: builtins.intersectAttrs super {
postgresql-libpq-notify = dontCheck super.postgresql-libpq-notify;
postgresql-pure = dontCheck super.postgresql-pure;
retrie = overrideCabal super.retrie (drv: {
testToolDepends = [ pkgs.git pkgs.mercurial ];
});
}