diff --git a/tool-map.nix b/tool-map.nix index ad52a18..9664750 100644 --- a/tool-map.nix +++ b/tool-map.nix @@ -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");