Skip to content

Commit

Permalink
chore: ghc 9.6.4
Browse files Browse the repository at this point in the history
Note that this also requires a bump of HLS to 2.6.0.0, the latest
version.

Signed-off-by: Drew Hess <[email protected]>
  • Loading branch information
dhess committed Feb 6, 2024
1 parent bd65c24 commit 73fb4d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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";

Expand Down

0 comments on commit 73fb4d7

Please sign in to comment.