Skip to content

Commit

Permalink
fix: bump hls@2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Oct 7, 2024
1 parent 3d28f70 commit 8444cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool-map.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ compiler-nix-name: tool: {
# Use the github source of HLS that is tested with haskell.nix CI
src = { "ghc8107" = pkgs.haskell-nix.sources."hls-2.2";
"ghc902" = pkgs.haskell-nix.sources."hls-2.4";
}.${compiler-nix-name} or pkgs.haskell-nix.sources."hls-2.6";
}.${compiler-nix-name} or pkgs.haskell-nix.sources."hls-2.9";
# `tool` normally ignores the `cabal.project` (if there is one in the hackage source).
# We need to use the github one (since it has settings to make hls build).
cabalProject = __readFile (src + "/cabal.project");
Expand Down

0 comments on commit 8444cfb

Please sign in to comment.