Commit f789a178 authored by sternenseemann's avatar sternenseemann
Browse files

haskell.compiler.ghc96: 9.6.1 -> 9.6.2

parent cdfdc7a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.
@@ -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;
+8 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ let
    ghc927
    ghc945
    ghc961
    ghc962
  ];

  # packagePlatforms applied to `haskell.packages.*`
@@ -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
@@ -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;