Loading pkgs/top-level/all-packages.nix +3 −4 Original line number Diff line number Diff line Loading @@ -4301,10 +4301,9 @@ with pkgs; ghc = targetPackages.haskellPackages.ghc or ( # Prefer native-bignum to avoid linking issues with gmp; # TemplateHaskell doesn't work with hadrian built GHCs yet # https://github.com/NixOS/nixpkgs/issues/275304 if stdenv.targetPlatform.isStatic then haskell.compiler.native-bignum.ghc94 # GHC 9.10 doesn't work too well with iserv-proxy. if stdenv.hostPlatform.isStatic then haskell.packages.native-bignum.ghc912 # JS backend can't use GMP else if stdenv.targetPlatform.isGhcjs then haskell.compiler.native-bignum.ghc910 Loading Loading
pkgs/top-level/all-packages.nix +3 −4 Original line number Diff line number Diff line Loading @@ -4301,10 +4301,9 @@ with pkgs; ghc = targetPackages.haskellPackages.ghc or ( # Prefer native-bignum to avoid linking issues with gmp; # TemplateHaskell doesn't work with hadrian built GHCs yet # https://github.com/NixOS/nixpkgs/issues/275304 if stdenv.targetPlatform.isStatic then haskell.compiler.native-bignum.ghc94 # GHC 9.10 doesn't work too well with iserv-proxy. if stdenv.hostPlatform.isStatic then haskell.packages.native-bignum.ghc912 # JS backend can't use GMP else if stdenv.targetPlatform.isGhcjs then haskell.compiler.native-bignum.ghc910 Loading