haskell.packages.ghc94.ghc: 9.4.2 -> 9.4.4

Due to a mistake in 9e8a483770 the default 9.4 GHC versions wasn't
properly adjusted for the package set.
This commit is contained in:
sternenseemann 2023-03-19 15:46:35 +01:00
parent 8fc65225d4
commit 4313c92b31

View File

@ -475,7 +475,7 @@ in {
ghc = bh.compiler.ghc944;
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.4.x.nix { };
};
ghc94 = ghc942;
ghc94 = ghc944;
ghc961 = callPackage ../development/haskell-modules {
buildHaskellPackages = bh.packages.ghc961;
ghc = bh.compiler.ghc961;