[Git][ghc/ghc][wip/fendor/bump-ci-to-9.10] Bump darwin CI to GHC 9.10.1

Hannes Siebenhandl pushed to branch wip/fendor/bump-ci-to-9.10 at Glasgow Haskell Compiler / GHC Commits: 57ca01c0 by fendor at 2025-08-05T11:10:39+02:00 Bump darwin CI to GHC 9.10.1 - - - - - 1 changed file: - .gitlab/darwin/toolchain.nix Changes: ===================================== .gitlab/darwin/toolchain.nix ===================================== @@ -26,8 +26,7 @@ let }; ghc = pkgs.stdenv.mkDerivation rec { - # Using 9.6.2 because of #24050 - version = "9.6.2"; + version = "9.10.1"; name = "ghc"; src = ghcBindists.${pkgs.stdenv.hostPlatform.system}; configureFlags = [ View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/57ca01c0fc79bfcc5d107420f3d615a5... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/57ca01c0fc79bfcc5d107420f3d615a5... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Hannes Siebenhandl (@fendor)