Hannes Siebenhandl pushed to branch wip/fendor/bump-ci-to-9.10 at Glasgow Haskell Compiler / GHC
Commits:
-
53f464bb
by fendor at 2025-08-05T11:25:38+02:00
1 changed file:
Changes:
... | ... | @@ -16,7 +16,7 @@ let |
16 | 16 | ghcBindists = let version = ghc.version; in {
|
17 | 17 | aarch64-darwin = hostPkgs.fetchurl {
|
18 | 18 | url = "https://downloads.haskell.org/ghc/${version}/ghc-${version}-aarch64-apple-darwin.tar.xz";
|
19 | - sha256 = "sha256-c1GTMJf3/yiW/t4QL532EswD5JVlgA4getkfsxj4TaA=";
|
|
19 | + sha256 = "sha256-/6+DtdeossBJIMbjkJwL4h3eJ7rzgNCV+ifoQKOi6AQ=";
|
|
20 | 20 | };
|
21 | 21 | x86_64-darwin = hostPkgs.fetchurl {
|
22 | 22 | url = "https://downloads.haskell.org/ghc/${version}/ghc-${version}-x86_64-apple-darwin.tar.xz";
|
... | ... | @@ -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 = [
|