Skip to content

Commit

Permalink
Jailbreak hlint
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Oct 3, 2023
1 parent 8535037 commit 3f50b02
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 = [ "mmark" "mmark-ext" "mutable-containers" "hiedb" "hls-fourmolu-plugin" "relude" "inflections" ];
ihpDoJailbreakPackages = [ "haskell-to-elm" "ip" "ghc-syntax-highlighter" "relude" "hs-brotli" "tuples" "singletons-th" "singletons-base" "inflections" "postgresql-simple" "with-utf8" "chell" "zigzag" "typerep-map" "relude" "bytebuild" "connection" "microlens" "microlens-th" "hls-hlint-plugin"];
ihpDoJailbreakPackages = [ "haskell-to-elm" "ip" "ghc-syntax-highlighter" "relude" "hs-brotli" "tuples" "singletons-th" "singletons-base" "inflections" "postgresql-simple" "with-utf8" "chell" "zigzag" "typerep-map" "relude" "bytebuild" "connection" "microlens" "microlens-th" "hls-hlint-plugin" "hlint"];
ihpDontHaddockPackages = [ ];
in ghcCompiler.override {
overrides = composeExtensionsList [
Expand Down

0 comments on commit 3f50b02

Please sign in to comment.