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 {
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 ( _ : _ : {
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 ; 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
Original file line number Diff line number Diff line change 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
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
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 ;
You can’t perform that action at this time.
0 commit comments