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 05417bb commit 7bd2a95Copy full SHA for 7bd2a95
nix/pkgs.nix
@@ -25,7 +25,9 @@ final: prev: with final; {
25
};
26
27
haskell-language-server = haskell-nix.tool compiler-nix-name "haskell-language-server" {
28
- version = "latest";
+ # XXX waiting for https://github.com/haskell/haskell-language-server/issues/3427
29
+ # before switching back to latest:
30
+ version = "1.8.0.0";
31
inherit (cardanoNodeProject) index-state;
32
33
0 commit comments