Skip to content

Commit

Permalink
Jailbreak ghcide
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Apr 27, 2024
1 parent 7c66a8e commit 2865a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NixSupport/mkGhcCompiler.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let
builtins.listToAttrs (map toPackage names);

ihpDontCheckPackages = [];
ihpDoJailbreakPackages = [];
ihpDoJailbreakPackages = ["ghcide"];
ihpDontHaddockPackages = [];
in ghcCompiler.override {
overrides = composeExtensionsList [
Expand Down

0 comments on commit 2865a7d

Please sign in to comment.