We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d28f70 commit 8444cfbCopy full SHA for 8444cfb
tool-map.nix
@@ -37,7 +37,7 @@ compiler-nix-name: tool: {
37
# Use the github source of HLS that is tested with haskell.nix CI
38
src = { "ghc8107" = pkgs.haskell-nix.sources."hls-2.2";
39
"ghc902" = pkgs.haskell-nix.sources."hls-2.4";
40
- }.${compiler-nix-name} or pkgs.haskell-nix.sources."hls-2.6";
+ }.${compiler-nix-name} or pkgs.haskell-nix.sources."hls-2.9";
41
# `tool` normally ignores the `cabal.project` (if there is one in the hackage source).
42
# We need to use the github one (since it has settings to make hls build).
43
cabalProject = __readFile (src + "/cabal.project");
0 commit comments