Skip to content

Commit

Permalink
nix: switch to ghc 9.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi committed Mar 27, 2023
1 parent e650247 commit f6f8ea9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
23 changes: 12 additions & 11 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/haskell.nix
Expand Up @@ -21,7 +21,7 @@ let
name = "cardano-node";
compiler-nix-name = lib.mkDefault "ghc8107";
# extra-compilers
flake.variants = lib.genAttrs ["ghc925"] (x: {compiler-nix-name = x;});
flake.variants = lib.genAttrs ["ghc927"] (x: {compiler-nix-name = x;});
cabalProjectLocal = ''
allow-newer: terminfo:base
'' + lib.optionalString pkgs.stdenv.hostPlatform.isWindows ''
Expand Down

0 comments on commit f6f8ea9

Please sign in to comment.