File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ; } ;
36+ hoogle = { cabalProjectLocal = builtins . readFile ../cabal.project.local ; index-state = "2024-10-01T00:00:00Z" ; } ;
3737 } ;
3838 withHoogle = true ;
3939 } ) . overrideAttrs ( _ : _ : {
Original file line number Diff line number Diff line change 1010 } ;
1111
1212 env = project . shellFor {
13- tools . hoogle = { cabalProjectLocal = builtins . readFile ../cabal.project.local ; } ;
13+ tools . hoogle = { cabalProjectLocal = builtins . readFile ../cabal.project.local ; index-state = "2024-10-01T00:00:00Z" ; } ;
1414 withHoogle = true ;
1515 } ;
1616
You can’t perform that action at this time.
0 commit comments