Skip to content

Commit a93eab2

Browse files
committed
Fix HLS CI job
1 parent 0eeff17 commit a93eab2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/hls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,10 @@
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

0 commit comments

Comments
 (0)