Commit d7fd0bc9 authored by Domen Kožar's avatar Domen Kožar
Browse files

haskell: ghc94 packages should point to ghc944

parent d99eb5e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;