Skip to content

Commit 10510e6

Browse files
committed
bench: use GHC9.8.2
1 parent 66b063e commit 10510e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/haskell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let
2020
{
2121
src = ../.;
2222
name = "cardano-node";
23-
compiler-nix-name = lib.mkDefault "ghc965";
23+
compiler-nix-name = lib.mkDefault "ghc982";
2424
# extra-compilers
2525
flake.variants = lib.genAttrs ["ghc8107"] (x: {compiler-nix-name = x;});
2626
cabalProjectLocal = ''

0 commit comments

Comments
 (0)