Skip to content

Commit e908413

Browse files
committed
Bump index-state to 2024-10-26
1 parent dffd9b5 commit e908413

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

test/cabal-simple/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ in recurseIntoAttrs {
3333
test-shell = (project.shellFor {
3434
tools = {
3535
cabal = { cabalProjectLocal = builtins.readFile ../cabal.project.local; };
36-
hoogle = { cabalProjectLocal = builtins.readFile ../cabal.project.local; index-state = "2024-10-01T00:00:00Z"; };
36+
hoogle = { cabalProjectLocal = builtins.readFile ../cabal.project.local; index-state = "2024-10-26T00:00:00Z"; };
3737
};
3838
withHoogle = true;
3939
}).overrideAttrs (_: _: {

test/shell-for-setup-deps/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let
1010
};
1111

1212
env = project.shellFor {
13-
tools.hoogle = { cabalProjectLocal = builtins.readFile ../cabal.project.local; index-state = "2024-10-01T00:00:00Z"; };
13+
tools.hoogle = { cabalProjectLocal = builtins.readFile ../cabal.project.local; index-state = "2024-10-26T00:00:00Z"; };
1414
withHoogle = true;
1515
};
1616

test/shell-for/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let
2222
# they use a nix-shell --pure. Normally you would BYO cabal-install.
2323
tools = {
2424
cabal.cabalProjectLocal = builtins.readFile ../cabal.project.local;
25-
hoogle.index-state = "2024-10-01T00:00:00Z";
25+
hoogle.index-state = "2024-10-26T00:00:00Z";
2626
};
2727
exactDeps = true;
2828
# Avoid duplicate package issues when runghc looks for packages
@@ -36,7 +36,7 @@ let
3636
# they use a nix-shell --pure. Normally you would BYO cabal-install.
3737
tools = {
3838
cabal.cabalProjectLocal = builtins.readFile ../cabal.project.local;
39-
hoogle.index-state = "2024-10-01T00:00:00Z";
39+
hoogle.index-state = "2024-10-26T00:00:00Z";
4040
};
4141
exactDeps = true;
4242
# Avoid duplicate package issues when runghc looks for packages
@@ -51,7 +51,7 @@ let
5151
# they use a nix-shell --pure. Normally you would BYO cabal-install.
5252
tools = {
5353
cabal.cabalProjectLocal = builtins.readFile ../cabal.project.local;
54-
hoogle.index-state = "2024-10-01T00:00:00Z";
54+
hoogle.index-state = "2024-10-26T00:00:00Z";
5555
};
5656
# Avoid duplicate package issues when runghc looks for packages
5757
packageSetupDeps = false;

0 commit comments

Comments
 (0)