haskell: ghc94 packages should point to ghc944
This commit is contained in:
parent
d99eb5e079
commit
d7fd0bc914
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user