Skip to content

Commit cee5406

Browse files
committed
Remove ghc boot tools from roots (having ghc in roots should be enough)
1 parent 1297ba0 commit cee5406

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

overlays/haskell.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,9 +1088,6 @@ final: prev: {
10881088
inherit (final) glibcLocales;
10891089
} // final.lib.optionalAttrs (ifdLevel > 0) {
10901090
# Things that require one IFD to build (the inputs should be in level 0)
1091-
boot-alex = final.buildPackages.haskell-nix.bootstrap.packages.alex;
1092-
boot-happy = final.buildPackages.haskell-nix.bootstrap.packages.happy;
1093-
boot-hscolour = final.buildPackages.haskell-nix.bootstrap.packages.hscolour;
10941091
ghc = final.buildPackages.haskell-nix.compiler.${compiler-nix-name};
10951092
ghc-boot-packages-nix = final.recurseIntoAttrs
10961093
final.ghc-boot-packages-nix.${compiler-nix-name};

0 commit comments

Comments
 (0)