Skip to content

Commit

Permalink
bench: use GHC9.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeier committed Jul 22, 2024
1 parent 66b063e commit 10510e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let
{
src = ../.;
name = "cardano-node";
compiler-nix-name = lib.mkDefault "ghc965";
compiler-nix-name = lib.mkDefault "ghc982";
# extra-compilers
flake.variants = lib.genAttrs ["ghc8107"] (x: {compiler-nix-name = x;});
cabalProjectLocal = ''
Expand Down

0 comments on commit 10510e6

Please sign in to comment.