File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ in recurseIntoAttrs {
33
33
test-shell = ( project . shellFor {
34
34
tools = {
35
35
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" ; } ;
37
37
} ;
38
38
withHoogle = true ;
39
39
} ) . overrideAttrs ( _ : _ : {
Original file line number Diff line number Diff line change 10
10
} ;
11
11
12
12
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" ; } ;
14
14
withHoogle = true ;
15
15
} ;
16
16
Original file line number Diff line number Diff line change 22
22
# they use a nix-shell --pure. Normally you would BYO cabal-install.
23
23
tools = {
24
24
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" ;
26
26
} ;
27
27
exactDeps = true ;
28
28
# Avoid duplicate package issues when runghc looks for packages
36
36
# they use a nix-shell --pure. Normally you would BYO cabal-install.
37
37
tools = {
38
38
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" ;
40
40
} ;
41
41
exactDeps = true ;
42
42
# Avoid duplicate package issues when runghc looks for packages
51
51
# they use a nix-shell --pure. Normally you would BYO cabal-install.
52
52
tools = {
53
53
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" ;
55
55
} ;
56
56
# Avoid duplicate package issues when runghc looks for packages
57
57
packageSetupDeps = false ;
You can’t perform that action at this time.
0 commit comments