haskellPackages.ghc: 9.6.3 -> 9.6.4
This commit is contained in:
@@ -110,7 +110,7 @@ Each of those compiler versions has a corresponding attribute set built using
|
|||||||
it. However, the non-standard package sets are not tested regularly and, as a
|
it. However, the non-standard package sets are not tested regularly and, as a
|
||||||
result, contain fewer working packages. The corresponding package set for GHC
|
result, contain fewer working packages. The corresponding package set for GHC
|
||||||
9.4.5 is `haskell.packages.ghc945`. In fact `haskellPackages` is just an alias
|
9.4.5 is `haskell.packages.ghc945`. In fact `haskellPackages` is just an alias
|
||||||
for `haskell.packages.ghc963`:
|
for `haskell.packages.ghc964`:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ nix-env -f '<nixpkgs>' -qaP -A haskell.packages.ghc927
|
$ nix-env -f '<nixpkgs>' -qaP -A haskell.packages.ghc927
|
||||||
|
|||||||
@@ -300,7 +300,7 @@ in {
|
|||||||
buildTargetLlvmPackages = pkgsBuildTarget.llvmPackages_15;
|
buildTargetLlvmPackages = pkgsBuildTarget.llvmPackages_15;
|
||||||
llvmPackages = pkgs.llvmPackages_15;
|
llvmPackages = pkgs.llvmPackages_15;
|
||||||
};
|
};
|
||||||
ghc96 = compiler.ghc963;
|
ghc96 = compiler.ghc964;
|
||||||
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.
|
||||||
@@ -467,7 +467,7 @@ in {
|
|||||||
ghc = bh.compiler.ghc964;
|
ghc = bh.compiler.ghc964;
|
||||||
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.6.x.nix { };
|
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.6.x.nix { };
|
||||||
};
|
};
|
||||||
ghc96 = packages.ghc963;
|
ghc96 = packages.ghc964;
|
||||||
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user