Skip to content

Commit 6bdb46f

Browse files
committed
Add HLS 2.8
1 parent 4a2b7df commit 6bdb46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ in rec {
6262
inherit evalPackages;
6363
src = pkgs.haskell-nix.sources."hls-2.2";
6464
};
65-
} // pkgs.lib.optionalAttrs (ghcFromTo "9.0" "9.11") {
65+
} // pkgs.lib.optionalAttrs (ghcFromTo "9.0" "9.10") {
6666
"hls-28" = tool compiler-nix-name "haskell-language-server" {
6767
inherit evalPackages;
6868
src = pkgs.haskell-nix.sources."hls-2.8";

0 commit comments

Comments
 (0)