Skip to content

Commit

Permalink
removed inflections patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Mar 26, 2024
1 parent fe6b096 commit fbaffed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions NixSupport/mkGhcCompiler.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ let
builtins.listToAttrs (map toPackage names);

ihpDontCheckPackages = [];
ihpDoJailbreakPackages = [
"inflections" # Can be removed after https://github.com/NixOS/nixpkgs/pull/298337 is merged
];
ihpDoJailbreakPackages = [];
ihpDontHaddockPackages = [];
in ghcCompiler.override {
overrides = composeExtensionsList [
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fbaffed

Please sign in to comment.