Skip to content

Commit

Permalink
9.0 use lhs 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Apr 15, 2024
1 parent b98c3fb commit 06f78d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tool-map.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ compiler-nix-name: tool: {
# Ideally we should expose this from haskell.nix
haskell-language-server = {pkgs, ...}: rec {
# Use the github source of HLS that is tested with haskell.nix CI
src = { "ghc8107" = pkgs.haskell-nix.sources."hls-2.2"; }.${compiler-nix-name} or pkgs.haskell-nix.sources."hls-2.6";
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";
# `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 06f78d8

Please sign in to comment.