ghc: 9.2.7 -> 9.2.8

This commit is contained in:
Dennis Gosnell 2023-05-28 20:44:40 +09:00
parent 286e022667
commit b9d249b337
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
2 changed files with 5 additions and 5 deletions

View file

@ -250,7 +250,7 @@ in {
buildTargetLlvmPackages = pkgsBuildTarget.llvmPackages_12;
llvmPackages = pkgs.llvmPackages_12;
};
ghc92 = ghc927;
ghc92 = ghc928;
ghc942 = callPackage ../development/compilers/ghc/9.4.2.nix {
bootPkgs =
# Building with 9.2 is broken due to
@ -509,7 +509,7 @@ in {
ghc = bh.compiler.ghc928;
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.2.x.nix { };
};
ghc92 = ghc927;
ghc92 = ghc928;
ghc942 = callPackage ../development/haskell-modules {
buildHaskellPackages = bh.packages.ghc942;
ghc = bh.compiler.ghc942;

View file

@ -438,8 +438,8 @@ let
;
};
haskell.packages.native-bignum.ghc927 = {
inherit (packagePlatforms pkgs.pkgsStatic.haskell.packages.native-bignum.ghc927)
haskell.packages.native-bignum.ghc928 = {
inherit (packagePlatforms pkgs.pkgsStatic.haskell.packages.native-bignum.ghc928)
hello
lens
random
@ -650,7 +650,7 @@ let
};
constituents = accumulateDerivations [
jobs.pkgsStatic.haskellPackages
jobs.pkgsStatic.haskell.packages.native-bignum.ghc927
jobs.pkgsStatic.haskell.packages.native-bignum.ghc928
];
};
}