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 af5154e commit d2713c2Copy full SHA for d2713c2
overlays/haskell.nix
@@ -1053,15 +1053,11 @@ final: prev: {
1053
index-state = final.haskell-nix.internalHackageIndexState;
1054
modules = [{
1055
config = {
1056
- reinstallableLibGhc = false;
1057
# Prevent the iserve-proxy-interpreter from depending on itself
1058
# by disabling the `--ghc-option` normally passed to `setupBuildFlags`
1059
# when cross compiling.
1060
setupBuildFlags = final.lib.mkForce [];
1061
};
1062
- options.nonReinstallablePkgs = pkgs.lib.mkOption {
1063
- apply = x: x ++ [ "ghci" "exceptions" "stm" "libiserv" ];
1064
- };
1065
}];
1066
} // (if __compareVersions final.buildPackages.haskell-nix.compiler.${compiler-nix-name}.version "9.9" < 0
1067
then {
0 commit comments