From c2248f6ce20a5189d8ae16600267a04a02da5f9e Mon Sep 17 00:00:00 2001 From: Drew Hess Date: Tue, 12 Sep 2023 14:22:40 +0100 Subject: [PATCH] chore: bump HLS to 2.2.0.0 Signed-off-by: Drew Hess --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 70bbb019d..12fe9b1a4 100644 --- a/flake.nix +++ b/flake.nix @@ -459,7 +459,7 @@ # Workaround for HLS in haskell.nix. Ref: # https://github.com/input-output-hk/haskell.nix/issues/1981#issuecomment-1594278049 - haskell-language-server.src = pkgs.haskell-nix.sources."hls-2.0"; + haskell-language-server.src = pkgs.haskell-nix.sources."hls-2.2"; implicit-hie = "latest";