Hannes Siebenhandl pushed to branch wip/fendor/bump-ci-to-9.10 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • .gitlab/darwin/toolchain.nix
    ... ... @@ -26,8 +26,7 @@ let
    26 26
       };
    
    27 27
     
    
    28 28
       ghc = pkgs.stdenv.mkDerivation rec {
    
    29
    -    # Using 9.6.2 because of #24050
    
    30
    -    version = "9.6.2";
    
    29
    +    version = "9.10.1";
    
    31 30
         name = "ghc";
    
    32 31
         src = ghcBindists.${pkgs.stdenv.hostPlatform.system};
    
    33 32
         configureFlags = [