Skip to content

Commit

Permalink
Use a newer Hackage index-state for for build tools
Browse files Browse the repository at this point in the history
Avoid build plan failures with newer ghc's
  • Loading branch information
neilmayhew committed Jan 9, 2025
1 parent 4c1bdc6 commit 045e869
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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" {
Expand Down

0 comments on commit 045e869

Please sign in to comment.