[Git][ghc/ghc][wip/ci-docs] WIP:darwin
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Tue Feb 27 10:19:16 UTC 2024
Matthew Pickering pushed to branch wip/ci-docs at Glasgow Haskell Compiler / GHC
Commits:
5994539f by Matthew Pickering at 2024-02-27T10:19:08+00:00
WIP:darwin
- - - - -
1 changed file:
- .gitlab/darwin/toolchain.nix
Changes:
=====================================
.gitlab/darwin/toolchain.nix
=====================================
@@ -15,16 +15,17 @@ let
ghcBindists = let version = ghc.version; in {
aarch64-darwin = pkgs.fetchurl {
url = "https://downloads.haskell.org/ghc/${version}/ghc-${version}-aarch64-apple-darwin.tar.xz";
- sha256 = "sha256-Ja/8nOtvIDJwbsG0t7pdFL003ztSI9gGDyEK7OJf7qk=";
+ sha256 = "sha256-4c30WJJrLq9S0qgofZmpZQQP+QURcfXDt0ZwSc8OshM=";
};
x86_64-darwin = pkgs.fetchurl {
url = "https://downloads.haskell.org/ghc/${version}/ghc-${version}-x86_64-apple-darwin.tar.xz";
- sha256 = "sha256-uJfL0VZpD05sxEAPa5Rl1hDqIo2FJ/i9UBIQ0bk6Tqs=";
+ sha256 = "sha256-3eRhGKuDiPsQZjEsCXEj6Tsdz2rjZuM3D4jqRWOCyds=";
};
};
ghc = pkgs.stdenv.mkDerivation rec {
- version = "9.6.4";
+ # Using 9.6.3 because of #24050
+ version = "9.6.3";
name = "ghc";
src = ghcBindists.${pkgs.stdenv.hostPlatform.system};
configureFlags = [
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5994539f1643bf1951ce3a833af2e1aa9ddab5aa
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5994539f1643bf1951ce3a833af2e1aa9ddab5aa
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240227/b0f43c64/attachment-0001.html>
More information about the ghc-commits
mailing list