haskell: ghc94 packages should point to ghc944

This commit is contained in:
Domen Kožar 2023-03-18 14:08:13 +00:00
parent d99eb5e079
commit d7fd0bc914

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;