From fcd62a690f61ee25f372e0f46134c11e6d30499d Mon Sep 17 00:00:00 2001 From: sterni Date: Thu, 14 May 2026 22:11:54 +0200 Subject: [PATCH] haskell.compiler.ghcHEAD: 9.15.20260322 -> 10.1.20260513 --- pkgs/development/compilers/ghc/head.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/compilers/ghc/head.nix b/pkgs/development/compilers/ghc/head.nix index b745931a6ca9..5cbf0f1f2d55 100644 --- a/pkgs/development/compilers/ghc/head.nix +++ b/pkgs/development/compilers/ghc/head.nix @@ -1,5 +1,5 @@ import ./common-hadrian.nix { - version = "9.15.20260322"; - rev = "44f118f09dcde49f64d03e427312df4732f2d4a4"; - sha256 = "sha256-xby7HKyK5P1Y5DjKbVe62piDCY4Ujb4pbv8AJ7sQ0HI="; + version = "10.1.20260513"; + rev = "38b76b2f1d918f10d2f9d3e57bd0459dfe671d4f"; + sha256 = "sha256-b0AZsWVmGi6EaWEtPWPOQAxvTlxG2aBwegw5l5HBPDo="; }