haskell.compiler.ghc96: 9.6.1 -> 9.6.2
This commit is contained in:
parent
b6813c0b0c
commit
9d886b0265
@ -390,7 +390,7 @@ in {
|
|||||||
buildTargetLlvmPackages = pkgsBuildTarget.llvmPackages_15;
|
buildTargetLlvmPackages = pkgsBuildTarget.llvmPackages_15;
|
||||||
llvmPackages = pkgs.llvmPackages_15;
|
llvmPackages = pkgs.llvmPackages_15;
|
||||||
};
|
};
|
||||||
ghc96 = ghc961;
|
ghc96 = ghc962;
|
||||||
ghcHEAD = callPackage ../development/compilers/ghc/head.nix {
|
ghcHEAD = callPackage ../development/compilers/ghc/head.nix {
|
||||||
bootPkgs =
|
bootPkgs =
|
||||||
# For GHC 9.2 no armv7l bindists are available.
|
# For GHC 9.2 no armv7l bindists are available.
|
||||||
@ -563,7 +563,7 @@ in {
|
|||||||
ghc = bh.compiler.ghc962;
|
ghc = bh.compiler.ghc962;
|
||||||
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.6.x.nix { };
|
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.6.x.nix { };
|
||||||
};
|
};
|
||||||
ghc96 = ghc961;
|
ghc96 = ghc962;
|
||||||
ghcHEAD = callPackage ../development/haskell-modules {
|
ghcHEAD = callPackage ../development/haskell-modules {
|
||||||
buildHaskellPackages = bh.packages.ghcHEAD;
|
buildHaskellPackages = bh.packages.ghcHEAD;
|
||||||
ghc = bh.compiler.ghcHEAD;
|
ghc = bh.compiler.ghcHEAD;
|
||||||
|
@ -70,6 +70,7 @@ let
|
|||||||
ghc928
|
ghc928
|
||||||
ghc945
|
ghc945
|
||||||
ghc961
|
ghc961
|
||||||
|
ghc962
|
||||||
];
|
];
|
||||||
|
|
||||||
# packagePlatforms applied to `haskell.packages.*`
|
# packagePlatforms applied to `haskell.packages.*`
|
||||||
@ -487,12 +488,15 @@ let
|
|||||||
Cabal-syntax_3_10_1_0 = released;
|
Cabal-syntax_3_10_1_0 = released;
|
||||||
cabal2nix = lib.subtractLists [
|
cabal2nix = lib.subtractLists [
|
||||||
compilerNames.ghc961
|
compilerNames.ghc961
|
||||||
|
compilerNames.ghc962
|
||||||
] released;
|
] released;
|
||||||
cabal2nix-unstable = lib.subtractLists [
|
cabal2nix-unstable = lib.subtractLists [
|
||||||
compilerNames.ghc961
|
compilerNames.ghc961
|
||||||
|
compilerNames.ghc962
|
||||||
] released;
|
] released;
|
||||||
funcmp = lib.subtractLists [
|
funcmp = lib.subtractLists [
|
||||||
compilerNames.ghc961
|
compilerNames.ghc961
|
||||||
|
compilerNames.ghc962
|
||||||
] released;
|
] released;
|
||||||
haskell-language-server = lib.subtractLists [
|
haskell-language-server = lib.subtractLists [
|
||||||
# Support ceased as of 1.9.0.0
|
# Support ceased as of 1.9.0.0
|
||||||
@ -500,17 +504,21 @@ let
|
|||||||
] released;
|
] released;
|
||||||
hoogle = lib.subtractLists [
|
hoogle = lib.subtractLists [
|
||||||
compilerNames.ghc961
|
compilerNames.ghc961
|
||||||
|
compilerNames.ghc962
|
||||||
] released;
|
] released;
|
||||||
hlint = lib.subtractLists [
|
hlint = lib.subtractLists [
|
||||||
compilerNames.ghc961
|
compilerNames.ghc961
|
||||||
|
compilerNames.ghc962
|
||||||
] released;
|
] released;
|
||||||
hpack = lib.subtractLists [
|
hpack = lib.subtractLists [
|
||||||
compilerNames.ghc961
|
compilerNames.ghc961
|
||||||
|
compilerNames.ghc962
|
||||||
] released;
|
] released;
|
||||||
hsdns = released;
|
hsdns = released;
|
||||||
jailbreak-cabal = released;
|
jailbreak-cabal = released;
|
||||||
language-nix = lib.subtractLists [
|
language-nix = lib.subtractLists [
|
||||||
compilerNames.ghc961
|
compilerNames.ghc961
|
||||||
|
compilerNames.ghc962
|
||||||
] released;
|
] released;
|
||||||
nix-paths = released;
|
nix-paths = released;
|
||||||
titlecase = released;
|
titlecase = released;
|
||||||
|
Loading…
Reference in New Issue
Block a user