From 73fb4d7a797e4deddc729c4a32e2ccba3c022c66 Mon Sep 17 00:00:00 2001 From: Drew Hess Date: Tue, 6 Feb 2024 16:40:47 +0000 Subject: [PATCH] chore: ghc 9.6.4 Note that this also requires a bump of HLS to 2.6.0.0, the latest version. Signed-off-by: Drew Hess --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index e8a489afd..67e0748c3 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ in builtins.trace "Nix Primer version is ${v}" "git-${v}"; - ghcVersion = "ghc963"; + ghcVersion = "ghc964"; # We must keep the weeder version in sync with the version of # GHC we're using. @@ -483,7 +483,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.3"; + haskell-language-server.src = pkgs.haskell-nix.sources."hls-2.6"; implicit-hie = "latest";