Skip to content

Commit

Permalink
fix: update tool-map.nix for ghc96-iog
Browse files Browse the repository at this point in the history
  • Loading branch information
tgunnoe committed Sep 30, 2024
1 parent 54ea656 commit 81ac3da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool-map.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +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";
"ghc965" = pkgs.haskell-nix.sources."hls-2.9";
}.${compiler-nix-name} or pkgs.haskell-nix.sources."hls-2.6";
# `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).
Expand Down

0 comments on commit 81ac3da

Please sign in to comment.