haskellPackages.ghcide: 0.1.0 -> 0.2.0 (fix build)

I decided to leave haskell-lsp and haskell-lsp-types as extra packages,
because they will get bumped before the next ghcide release, and then
the version pinned by ghcide would be missing again.
This commit is contained in:
Malte Brandy
2020-06-05 21:58:24 +02:00
committed by Peter Simons
parent b07611b5c5
commit 83b91ab712
3 changed files with 10 additions and 6 deletions
@@ -734,6 +734,7 @@ self: super: builtins.intersectAttrs super {
# Tests access homeless-shelter.
hie-bios = dontCheck super.hie-bios;
hie-bios_0_5_0 = dontCheck super.hie-bios_0_5_0;
# Compiling the readme throws errors and has no purpose in nixpkgs
aeson-gadt-th =