Skip to content

Commit

Permalink
chore: bump GHC to 9.8.2
Browse files Browse the repository at this point in the history
Also Weeder to 2.8.0.

Unfortunately, `haskell.nix` does not yet support HLS 2.7, so we're
stuck on 2.6 for now.

Signed-off-by: Drew Hess <[email protected]>
  • Loading branch information
dhess committed Apr 7, 2024
1 parent 3a74455 commit 888aebc
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,11 +44,11 @@
in
builtins.trace "Nix Primer version is ${v}" "git-${v}";

ghcVersion = "ghc981";
ghcVersion = "ghc982";

# We must keep the weeder version in sync with the version of
# GHC we're using.
weederVersion = "2.6.0";
weederVersion = "2.8.0";

# Fourmolu updates often alter formatting arbitrarily, and we want to
# have more control over this.
Expand Down

0 comments on commit 888aebc

Please sign in to comment.