Skip to content

Commit 8444cfb

Browse files
committed
1 parent 3d28f70 commit 8444cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool-map.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ compiler-nix-name: tool: {
3737
# Use the github source of HLS that is tested with haskell.nix CI
3838
src = { "ghc8107" = pkgs.haskell-nix.sources."hls-2.2";
3939
"ghc902" = pkgs.haskell-nix.sources."hls-2.4";
40-
}.${compiler-nix-name} or pkgs.haskell-nix.sources."hls-2.6";
40+
}.${compiler-nix-name} or pkgs.haskell-nix.sources."hls-2.9";
4141
# `tool` normally ignores the `cabal.project` (if there is one in the hackage source).
4242
# We need to use the github one (since it has settings to make hls build).
4343
cabalProject = __readFile (src + "/cabal.project");

0 commit comments

Comments
 (0)