release-haskell.nix: reflect release of GHC 9.2.6

This commit is contained in:
sternenseemann 2023-02-18 18:34:10 +01:00
parent 862a8fd659
commit 1c8a5643ed

View File

@ -52,6 +52,7 @@ let
ghc902
ghc924
ghc925
ghc926
ghc944
];
@ -331,8 +332,8 @@ let
;
};
haskell.packages.native-bignum.ghc924 = {
inherit (packagePlatforms pkgs.pkgsStatic.haskell.packages.native-bignum.ghc924)
haskell.packages.native-bignum.ghc926 = {
inherit (packagePlatforms pkgs.pkgsStatic.haskell.packages.native-bignum.ghc926)
hello
lens
random
@ -390,6 +391,7 @@ let
compilerNames.ghc902
compilerNames.ghc924
compilerNames.ghc925
compilerNames.ghc926
];
})
{
@ -459,11 +461,13 @@ let
jobs.pkgsMusl.haskell.compiler.ghc902
jobs.pkgsMusl.haskell.compiler.ghc924
jobs.pkgsMusl.haskell.compiler.ghc925
jobs.pkgsMusl.haskell.compiler.ghc926
jobs.pkgsMusl.haskell.compiler.ghcHEAD
jobs.pkgsMusl.haskell.compiler.integer-simple.ghc8107
jobs.pkgsMusl.haskell.compiler.native-bignum.ghc902
jobs.pkgsMusl.haskell.compiler.native-bignum.ghc924
jobs.pkgsMusl.haskell.compiler.native-bignum.ghc925
jobs.pkgsMusl.haskell.compiler.native-bignum.ghc926
jobs.pkgsMusl.haskell.compiler.native-bignum.ghcHEAD
];
};
@ -479,7 +483,7 @@ let
};
constituents = accumulateDerivations [
jobs.pkgsStatic.haskellPackages
jobs.pkgsStatic.haskell.packages.native-bignum.ghc924
jobs.pkgsStatic.haskell.packages.native-bignum.ghc926
];
};
}