Skip to content

Commit

Permalink
nix: use GHC9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name authored and mgmeier committed Sep 30, 2024
1 parent 32a4347 commit 82abb86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ let
{
src = ../.;
name = "cardano-node";
compiler-nix-name = lib.mkDefault "ghc8107";
compiler-nix-name = lib.mkDefault "ghc96";
# extra-compilers
flake.variants = lib.genAttrs ["ghc96"] (x: {compiler-nix-name = x;});
flake.variants = lib.genAttrs ["ghc8107"] (x: {compiler-nix-name = x;});
cabalProjectLocal = ''
repository cardano-haskell-packages-local
url: file:${CHaP}
Expand Down

0 comments on commit 82abb86

Please sign in to comment.