pkgsStatic.haskellPackages.ghc: 9.4 -> 9.12 (#467571)
This commit is contained in:
@@ -4654,10 +4654,9 @@ with pkgs;
|
|||||||
|
|
||||||
haskellPackages = recurseIntoAttrs (
|
haskellPackages = recurseIntoAttrs (
|
||||||
# Prefer native-bignum to avoid linking issues with gmp;
|
# Prefer native-bignum to avoid linking issues with gmp;
|
||||||
# TemplateHaskell doesn't work with hadrian built GHCs yet
|
# GHC 9.10 doesn't work too well with iserv-proxy.
|
||||||
# https://github.com/NixOS/nixpkgs/issues/275304
|
|
||||||
if stdenv.hostPlatform.isStatic then
|
if stdenv.hostPlatform.isStatic then
|
||||||
haskell.packages.native-bignum.ghc94
|
haskell.packages.native-bignum.ghc912
|
||||||
# JS backend can't use gmp
|
# JS backend can't use gmp
|
||||||
else if stdenv.hostPlatform.isGhcjs then
|
else if stdenv.hostPlatform.isGhcjs then
|
||||||
haskell.packages.native-bignum.ghc910
|
haskell.packages.native-bignum.ghc910
|
||||||
|
|||||||
@@ -428,38 +428,9 @@ let
|
|||||||
postgrest
|
postgrest
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
haskell.packages.native-bignum.ghc9103 = {
|
|
||||||
inherit (packagePlatforms pkgs.pkgsStatic.haskell.packages.native-bignum.ghc9103)
|
|
||||||
hello
|
|
||||||
random
|
|
||||||
QuickCheck
|
|
||||||
terminfo # isn't bundled for cross
|
|
||||||
;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
pkgsCross = {
|
pkgsCross = {
|
||||||
aarch64-android-prebuilt.pkgsStatic =
|
|
||||||
removePlatforms
|
|
||||||
[
|
|
||||||
# Android NDK package doesn't support building on
|
|
||||||
"aarch64-darwin"
|
|
||||||
"aarch64-linux"
|
|
||||||
|
|
||||||
"x86_64-darwin"
|
|
||||||
]
|
|
||||||
{
|
|
||||||
haskell.packages.ghc912 = {
|
|
||||||
inherit
|
|
||||||
(packagePlatforms pkgs.pkgsCross.aarch64-android-prebuilt.pkgsStatic.haskell.packages.ghc912)
|
|
||||||
ghc
|
|
||||||
hello
|
|
||||||
microlens
|
|
||||||
;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
ghcjs =
|
ghcjs =
|
||||||
removePlatforms
|
removePlatforms
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user