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 4a2b7df commit 6bdb46fCopy full SHA for 6bdb46f
build.nix
@@ -62,7 +62,7 @@ in rec {
62
inherit evalPackages;
63
src = pkgs.haskell-nix.sources."hls-2.2";
64
};
65
- } // pkgs.lib.optionalAttrs (ghcFromTo "9.0" "9.11") {
+ } // pkgs.lib.optionalAttrs (ghcFromTo "9.0" "9.10") {
66
"hls-28" = tool compiler-nix-name "haskell-language-server" {
67
68
src = pkgs.haskell-nix.sources."hls-2.8";
0 commit comments