haskellPackages.ghc: 9.6.5 -> 9.6.6
This commit is contained in:
parent
fada32b96a
commit
198c24e04e
@ -29871,9 +29871,8 @@ with pkgs;
|
||||
|
||||
daktilo = callPackage ../tools/misc/daktilo { };
|
||||
|
||||
# TODO(@sternenseemann): remove ghc version special casing when haskellPackages has caught up
|
||||
darcs = haskell.lib.compose.disableCabalFlag "library"
|
||||
(haskell.lib.compose.justStaticExecutables haskell.packages.ghc966.darcs);
|
||||
(haskell.lib.compose.justStaticExecutables haskellPackages.darcs);
|
||||
|
||||
darkman = callPackage ../applications/misc/darkman { };
|
||||
|
||||
|
@ -334,7 +334,7 @@ in {
|
||||
buildTargetLlvmPackages = pkgsBuildTarget.llvmPackages_15;
|
||||
llvmPackages = pkgs.llvmPackages_15;
|
||||
};
|
||||
ghc96 = compiler.ghc965;
|
||||
ghc96 = compiler.ghc966;
|
||||
ghc981 = callPackage ../development/compilers/ghc/9.8.1.nix {
|
||||
bootPkgs =
|
||||
# For GHC 9.6 no armv7l bindists are available.
|
||||
@ -570,7 +570,7 @@ in {
|
||||
ghc = bh.compiler.ghc966;
|
||||
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.6.x.nix { };
|
||||
};
|
||||
ghc96 = packages.ghc965;
|
||||
ghc96 = packages.ghc966;
|
||||
ghc981 = callPackage ../development/haskell-modules {
|
||||
buildHaskellPackages = bh.packages.ghc981;
|
||||
ghc = bh.compiler.ghc981;
|
||||
|
Loading…
Reference in New Issue
Block a user