haskell.packages.native-bignum: exclude recurseForDerivations (#440347)

This commit is contained in:
Wolfgang Walther
2025-09-05 10:17:42 +00:00
committed by GitHub
+1 -3
View File
@@ -10,8 +10,6 @@
let
# These are attributes in compiler that support integer-simple.
integerSimpleIncludes = [
"ghc88"
"ghc884"
"ghc810"
"ghc8107"
];
@@ -679,7 +677,7 @@ in
native-bignum =
let
nativeBignumGhcNames = pkgs.lib.filter (name: !(builtins.elem name nativeBignumExcludes)) (
pkgs.lib.attrNames compiler
pkgs.lib.attrNames packages
);
in
pkgs.lib.genAttrs nativeBignumGhcNames (