From 045e8698dacecd421e0504f2641fb5439bb09d08 Mon Sep 17 00:00:00 2001 From: Neil Mayhew Date: Thu, 9 Jan 2025 14:37:01 -0700 Subject: [PATCH] Use a newer Hackage index-state for for build tools Avoid build plan failures with newer ghc's --- nix/pkgs.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/pkgs.nix b/nix/pkgs.nix index 95105eac31f..63dd1685d28 100644 --- a/nix/pkgs.nix +++ b/nix/pkgs.nix @@ -44,12 +44,12 @@ in with final; ghc927 = "3.5"; ghc928 = "3.5"; }.${config.compiler-nix-name} or "3.6.1"; - index-state = "2023-08-05T00:00:00Z"; + index-state = "2024-12-24T12:56:48Z"; }); ghcid = haskell-nix.tool compiler-nix-name "ghcid" { version = "0.8.7"; - index-state = "2023-08-05T00:00:00Z"; + index-state = "2024-12-24T12:56:48Z"; }; # The ghc-hls point release compatibility table is documented at @@ -71,7 +71,7 @@ in with final; haskellBuildUtils = prev.haskellBuildUtils.override { inherit compiler-nix-name; - index-state = "2023-08-05T00:00:00Z"; + index-state = "2024-12-24T12:56:48Z"; }; profiteur = haskell-nix.tool compiler-nix-name "profiteur" {