haskellPackages.ghc: 9.6.4 -> 9.6.5
This commit is contained in:
parent
1dc7345389
commit
490114a2e1
1 changed files with 2 additions and 2 deletions
|
@ -308,7 +308,7 @@ in {
|
||||||
buildTargetLlvmPackages = pkgsBuildTarget.llvmPackages_15;
|
buildTargetLlvmPackages = pkgsBuildTarget.llvmPackages_15;
|
||||||
llvmPackages = pkgs.llvmPackages_15;
|
llvmPackages = pkgs.llvmPackages_15;
|
||||||
};
|
};
|
||||||
ghc96 = compiler.ghc964;
|
ghc96 = compiler.ghc965;
|
||||||
ghc981 = callPackage ../development/compilers/ghc/9.8.1.nix {
|
ghc981 = callPackage ../development/compilers/ghc/9.8.1.nix {
|
||||||
bootPkgs =
|
bootPkgs =
|
||||||
# For GHC 9.6 no armv7l bindists are available.
|
# For GHC 9.6 no armv7l bindists are available.
|
||||||
|
@ -513,7 +513,7 @@ in {
|
||||||
ghc = bh.compiler.ghc965;
|
ghc = bh.compiler.ghc965;
|
||||||
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.6.x.nix { };
|
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.6.x.nix { };
|
||||||
};
|
};
|
||||||
ghc96 = packages.ghc964;
|
ghc96 = packages.ghc965;
|
||||||
ghc981 = callPackage ../development/haskell-modules {
|
ghc981 = callPackage ../development/haskell-modules {
|
||||||
buildHaskellPackages = bh.packages.ghc981;
|
buildHaskellPackages = bh.packages.ghc981;
|
||||||
ghc = bh.compiler.ghc981;
|
ghc = bh.compiler.ghc981;
|
||||||
|
|
Loading…
Reference in a new issue