Skip to content

Commit 7bd2a95

Browse files
committed
nix shells: revert hls to 1.8.0.0
due to haskell/haskell-language-server#3427
1 parent 05417bb commit 7bd2a95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nix/pkgs.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ final: prev: with final; {
2525
};
2626

2727
haskell-language-server = haskell-nix.tool compiler-nix-name "haskell-language-server" {
28-
version = "latest";
28+
# XXX waiting for https://github.com/haskell/haskell-language-server/issues/3427
29+
# before switching back to latest:
30+
version = "1.8.0.0";
2931
inherit (cardanoNodeProject) index-state;
3032
};
3133

0 commit comments

Comments
 (0)