Skip to content

Commit d514278

Browse files
committed
nix: use GHC9.6
1 parent fdff10f commit d514278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/haskell.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ let
2020
{
2121
src = ../.;
2222
name = "cardano-node";
23-
compiler-nix-name = lib.mkDefault "ghc8107";
23+
compiler-nix-name = lib.mkDefault "ghc96";
2424
# extra-compilers
25-
flake.variants = lib.genAttrs ["ghc96"] (x: {compiler-nix-name = x;});
25+
flake.variants = lib.genAttrs ["ghc8107"] (x: {compiler-nix-name = x;});
2626
cabalProjectLocal = ''
2727
repository cardano-haskell-packages-local
2828
url: file:${CHaP}

0 commit comments

Comments
 (0)