haskell.compiler.ghc96: 9.6.1 -> 9.6.2

This commit is contained in:
sternenseemann 2023-05-30 13:42:03 +02:00
parent b6813c0b0c
commit 9d886b0265
2 changed files with 10 additions and 2 deletions

View file

@ -390,7 +390,7 @@ in {
buildTargetLlvmPackages = pkgsBuildTarget.llvmPackages_15;
llvmPackages = pkgs.llvmPackages_15;
};
ghc96 = ghc961;
ghc96 = ghc962;
ghcHEAD = callPackage ../development/compilers/ghc/head.nix {
bootPkgs =
# For GHC 9.2 no armv7l bindists are available.
@ -563,7 +563,7 @@ in {
ghc = bh.compiler.ghc962;
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.6.x.nix { };
};
ghc96 = ghc961;
ghc96 = ghc962;
ghcHEAD = callPackage ../development/haskell-modules {
buildHaskellPackages = bh.packages.ghcHEAD;
ghc = bh.compiler.ghcHEAD;

View file

@ -70,6 +70,7 @@ let
ghc928
ghc945
ghc961
ghc962
];
# packagePlatforms applied to `haskell.packages.*`
@ -487,12 +488,15 @@ let
Cabal-syntax_3_10_1_0 = released;
cabal2nix = lib.subtractLists [
compilerNames.ghc961
compilerNames.ghc962
] released;
cabal2nix-unstable = lib.subtractLists [
compilerNames.ghc961
compilerNames.ghc962
] released;
funcmp = lib.subtractLists [
compilerNames.ghc961
compilerNames.ghc962
] released;
haskell-language-server = lib.subtractLists [
# Support ceased as of 1.9.0.0
@ -500,17 +504,21 @@ let
] released;
hoogle = lib.subtractLists [
compilerNames.ghc961
compilerNames.ghc962
] released;
hlint = lib.subtractLists [
compilerNames.ghc961
compilerNames.ghc962
] released;
hpack = lib.subtractLists [
compilerNames.ghc961
compilerNames.ghc962
] released;
hsdns = released;
jailbreak-cabal = released;
language-nix = lib.subtractLists [
compilerNames.ghc961
compilerNames.ghc962
] released;
nix-paths = released;
titlecase = released;