From 2865a7db5d516fc9443f5f08f3de5c9255fe2a51 Mon Sep 17 00:00:00 2001 From: Marc Scholten Date: Sat, 27 Apr 2024 13:42:34 -0700 Subject: [PATCH] Jailbreak ghcide --- NixSupport/mkGhcCompiler.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NixSupport/mkGhcCompiler.nix b/NixSupport/mkGhcCompiler.nix index 531ac5873..ba8fecb2e 100644 --- a/NixSupport/mkGhcCompiler.nix +++ b/NixSupport/mkGhcCompiler.nix @@ -36,7 +36,7 @@ let builtins.listToAttrs (map toPackage names); ihpDontCheckPackages = []; - ihpDoJailbreakPackages = []; + ihpDoJailbreakPackages = ["ghcide"]; ihpDontHaddockPackages = []; in ghcCompiler.override { overrides = composeExtensionsList [