Skip to content

Commit c45ebae

Browse files
authored
Merge pull request #4998 from input-output-hk/jbgi/ghc927
nix: switch to ghc 9.2.7
2 parents aa7f365 + f6f8ea9 commit c45ebae

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

flake.lock

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/haskell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let
2121
name = "cardano-node";
2222
compiler-nix-name = lib.mkDefault "ghc8107";
2323
# extra-compilers
24-
flake.variants = lib.genAttrs ["ghc925"] (x: {compiler-nix-name = x;});
24+
flake.variants = lib.genAttrs ["ghc927"] (x: {compiler-nix-name = x;});
2525
cabalProjectLocal = ''
2626
allow-newer: terminfo:base
2727
'' + lib.optionalString pkgs.stdenv.hostPlatform.isWindows ''

0 commit comments

Comments
 (0)