haskellPackages.ghc: 9.6.4 -> 9.6.5

This commit is contained in:
sternenseemann 2024-04-16 14:01:22 +02:00
parent 1dc7345389
commit 490114a2e1
1 changed files with 2 additions and 2 deletions

View File

@ -308,7 +308,7 @@ in {
buildTargetLlvmPackages = pkgsBuildTarget.llvmPackages_15;
llvmPackages = pkgs.llvmPackages_15;
};
ghc96 = compiler.ghc964;
ghc96 = compiler.ghc965;
ghc981 = callPackage ../development/compilers/ghc/9.8.1.nix {
bootPkgs =
# For GHC 9.6 no armv7l bindists are available.
@ -513,7 +513,7 @@ in {
ghc = bh.compiler.ghc965;
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.6.x.nix { };
};
ghc96 = packages.ghc964;
ghc96 = packages.ghc965;
ghc981 = callPackage ../development/haskell-modules {
buildHaskellPackages = bh.packages.ghc981;
ghc = bh.compiler.ghc981;