Skip to content

Commit fb3a7b1

Browse files
authored
index-state was renamed index-state-max (#1905)
This was done as it no longer reflects the `index-state:` in the `cabal.project` it is the `index-state` passed into the project (if there was one) or the latest `hackage.nix` updates `index-state`. Fixes #1904
1 parent d0e8394 commit fb3a7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/haskell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ final: prev: {
692692
inherit (pkg-set.config) hsPkgs;
693693
inherit pkg-set;
694694
plan-nix = callProjectResults.projectNix;
695-
inherit (callProjectResults) index-state;
695+
inherit (callProjectResults) index-state-max;
696696
tool = final.buildPackages.haskell-nix.tool' evalPackages pkg-set.config.compiler.nix-name;
697697
tools = final.buildPackages.haskell-nix.tools' evalPackages pkg-set.config.compiler.nix-name;
698698
roots = final.haskell-nix.roots pkg-set.config.compiler.nix-name;

0 commit comments

Comments
 (0)