Skip to content

Commit

Permalink
chore: ghc 9.6.4 (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess authored Feb 6, 2024
2 parents bd65c24 + 73fb4d7 commit 4a23f0c
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

1 comment on commit 4a23f0c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Primer benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 4a23f0c Previous: bd65c24 Ratio
typecheck/mapOdd 10: outlier variance 0.38132259978248473 outlier variance 0.018175582990397805 outlier variance 20.98

This comment was automatically generated by workflow using github-action-benchmark.

CC: @dhess

Please sign in to comment.