Hannes Siebenhandl pushed to branch wip/fendor/bump-ci-to-9.10 at Glasgow Haskell Compiler / GHC
Commits:
-
7c378601
by fendor at 2025-08-05T16:29:18+02:00
1 changed file:
Changes:
... | ... | @@ -16,18 +16,17 @@ 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";
|
23 | - sha256 = "sha256-LrYniMG0phsvyW6dhQC+3ompvzcxnwAe6GezEqqzoTQ=";
|
|
23 | + sha256 = "sha256-jPIhiJMOENesUnDUJeIaPatgavc6ZVSTY5NFIAxlC+k=";
|
|
24 | 24 | };
|
25 | 25 | |
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 = [
|