Loading pkgs/top-level/haskell-packages.nix +2 −2 Original line number Diff line number Diff line Loading @@ -371,7 +371,7 @@ in { buildTargetLlvmPackages = pkgsBuildTarget.llvmPackages_15; llvmPackages = pkgs.llvmPackages_15; }; ghc96 = ghc961; ghc96 = ghc962; ghcHEAD = callPackage ../development/compilers/ghc/head.nix { bootPkgs = # For GHC 9.2 no armv7l bindists are available. Loading Loading @@ -539,7 +539,7 @@ in { ghc = bh.compiler.ghc962; compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.6.x.nix { }; }; ghc96 = ghc961; ghc96 = ghc962; ghcHEAD = callPackage ../development/haskell-modules { buildHaskellPackages = bh.packages.ghcHEAD; ghc = bh.compiler.ghcHEAD; Loading pkgs/top-level/release-haskell.nix +8 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ let ghc927 ghc945 ghc961 ghc962 ]; # packagePlatforms applied to `haskell.packages.*` Loading Loading @@ -487,12 +488,15 @@ let Cabal-syntax_3_10_1_0 = released; cabal2nix = lib.subtractLists [ compilerNames.ghc961 compilerNames.ghc962 ] released; cabal2nix-unstable = lib.subtractLists [ compilerNames.ghc961 compilerNames.ghc962 ] released; funcmp = lib.subtractLists [ compilerNames.ghc961 compilerNames.ghc962 ] released; haskell-language-server = lib.subtractLists [ # Support ceased as of 1.9.0.0 Loading @@ -500,17 +504,21 @@ let ] released; hoogle = lib.subtractLists [ compilerNames.ghc961 compilerNames.ghc962 ] released; hlint = lib.subtractLists [ compilerNames.ghc961 compilerNames.ghc962 ] released; hpack = lib.subtractLists [ compilerNames.ghc961 compilerNames.ghc962 ] released; hsdns = released; jailbreak-cabal = released; language-nix = lib.subtractLists [ compilerNames.ghc961 compilerNames.ghc962 ] released; nix-paths = released; titlecase = released; Loading Loading
pkgs/top-level/haskell-packages.nix +2 −2 Original line number Diff line number Diff line Loading @@ -371,7 +371,7 @@ in { buildTargetLlvmPackages = pkgsBuildTarget.llvmPackages_15; llvmPackages = pkgs.llvmPackages_15; }; ghc96 = ghc961; ghc96 = ghc962; ghcHEAD = callPackage ../development/compilers/ghc/head.nix { bootPkgs = # For GHC 9.2 no armv7l bindists are available. Loading Loading @@ -539,7 +539,7 @@ in { ghc = bh.compiler.ghc962; compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.6.x.nix { }; }; ghc96 = ghc961; ghc96 = ghc962; ghcHEAD = callPackage ../development/haskell-modules { buildHaskellPackages = bh.packages.ghcHEAD; ghc = bh.compiler.ghcHEAD; Loading
pkgs/top-level/release-haskell.nix +8 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ let ghc927 ghc945 ghc961 ghc962 ]; # packagePlatforms applied to `haskell.packages.*` Loading Loading @@ -487,12 +488,15 @@ let Cabal-syntax_3_10_1_0 = released; cabal2nix = lib.subtractLists [ compilerNames.ghc961 compilerNames.ghc962 ] released; cabal2nix-unstable = lib.subtractLists [ compilerNames.ghc961 compilerNames.ghc962 ] released; funcmp = lib.subtractLists [ compilerNames.ghc961 compilerNames.ghc962 ] released; haskell-language-server = lib.subtractLists [ # Support ceased as of 1.9.0.0 Loading @@ -500,17 +504,21 @@ let ] released; hoogle = lib.subtractLists [ compilerNames.ghc961 compilerNames.ghc962 ] released; hlint = lib.subtractLists [ compilerNames.ghc961 compilerNames.ghc962 ] released; hpack = lib.subtractLists [ compilerNames.ghc961 compilerNames.ghc962 ] released; hsdns = released; jailbreak-cabal = released; language-nix = lib.subtractLists [ compilerNames.ghc961 compilerNames.ghc962 ] released; nix-paths = released; titlecase = released; Loading