[Git][ghc/ghc][wip/ci-docs] 9.6.2

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Tue Feb 27 10:58:55 UTC 2024



Matthew Pickering pushed to branch wip/ci-docs at Glasgow Haskell Compiler / GHC


Commits:
903d59b6 by Matthew Pickering at 2024-02-27T10:58:09+00:00
9.6.2

- - - - -


1 changed file:

- .gitlab/darwin/toolchain.nix


Changes:

=====================================
.gitlab/darwin/toolchain.nix
=====================================
@@ -4,6 +4,7 @@ let
   sources = import ./nix/sources.nix;
   nixpkgsSrc = sources.nixpkgs;
   pkgs = import nixpkgsSrc { inherit system; };
+  hostPkgs = import nixpkgsSrc { };
 in
 
 let
@@ -13,19 +14,20 @@ let
   targetTriple = pkgs.stdenv.targetPlatform.config;
 
   ghcBindists = let version = ghc.version; in {
-    aarch64-darwin = pkgs.fetchurl {
+    aarch64-darwin = hostPkgs.fetchurl {
       url = "https://downloads.haskell.org/ghc/${version}/ghc-${version}-aarch64-apple-darwin.tar.xz";
-      sha256 = "sha256-4c30WJJrLq9S0qgofZmpZQQP+QURcfXDt0ZwSc8OshM=";
+      sha256 = "sha256-c1GTMJf3/yiW/t4QL532EswD5JVlgA4getkfsxj4TaA=";
     };
-    x86_64-darwin = pkgs.fetchurl {
+    x86_64-darwin = hostPkgs.fetchurl {
       url = "https://downloads.haskell.org/ghc/${version}/ghc-${version}-x86_64-apple-darwin.tar.xz";
-      sha256 = "sha256-3eRhGKuDiPsQZjEsCXEj6Tsdz2rjZuM3D4jqRWOCyds=";
+      sha256 = "sha256-LrYniMG0phsvyW6dhQC+3ompvzcxnwAe6GezEqqzoTQ=";
     };
+
   };
 
   ghc = pkgs.stdenv.mkDerivation rec {
     # Using 9.6.3 because of #24050
-    version = "9.6.3";
+    version = "9.6.2";
     name = "ghc";
     src = ghcBindists.${pkgs.stdenv.hostPlatform.system};
     configureFlags = [



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/903d59b661706e455497f3be84cd8af1dd1ff620

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/903d59b661706e455497f3be84cd8af1dd1ff620
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/183091e4/attachment-0001.html>


More information about the ghc-commits mailing list