We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1297ba0 commit cee5406Copy full SHA for cee5406
overlays/haskell.nix
@@ -1088,9 +1088,6 @@ final: prev: {
1088
inherit (final) glibcLocales;
1089
} // final.lib.optionalAttrs (ifdLevel > 0) {
1090
# 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;
1094
ghc = final.buildPackages.haskell-nix.compiler.${compiler-nix-name};
1095
ghc-boot-packages-nix = final.recurseIntoAttrs
1096
final.ghc-boot-packages-nix.${compiler-nix-name};
0 commit comments