File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1414 test-hls-works :
1515 env :
1616 # Modify this value to "invalidate" the cache.
17- HLS_CACHE_VERSION : " 2025-06 -11"
17+ HLS_CACHE_VERSION : " 2025-08 -11"
1818
1919 runs-on : ubuntu-latest
2020 timeout-minutes : 60
Original file line number Diff line number Diff line change 123123 cabal-gild = "1.3.1.2" ;
124124 fourmolu = "0.18.0.0" ;
125125 haskell-language-server = "latest" ;
126- # This index-state makes it work for GHC 9.8.2 (it will need to tbe removed for 9.8.4)
127126 hlint = "3.10" ;
128127 } ;
129128 # and from nixpkgs or other inputs
130- shell . nativeBuildInputs = with nixpkgs ; [ gh jq yq-go actionlint shellcheck snappy protobuf ] ;
129+ shell . nativeBuildInputs = with nixpkgs ; [ gh git jq yq-go actionlint shellcheck snappy protobuf ] ;
131130 # disable Hoogle until someone request it
132131 shell . withHoogle = false ;
133132 # Skip cross compilers for the shell
You can’t perform that action at this time.
0 commit comments