haskellPackages.ghcide: Fix ghcide and hie-bios

This is the haskell-updates version of #86659
This commit is contained in:
Malte Brandy
2020-05-08 21:11:36 +02:00
committed by Peter Simons
parent 5e242060a7
commit 5266ceb263
3 changed files with 17 additions and 2 deletions
@@ -727,4 +727,7 @@ self: super: builtins.intersectAttrs super {
--prefix PATH : "${path}"
'';
});
# Tests access homeless-shelter.
hie-bios = dontCheck super.hie-bios;
}