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 17, 2023
1 parent 168b92b commit 25710b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 25710b1

Please sign in to comment.