We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdff10f commit d514278Copy full SHA for d514278
nix/haskell.nix
@@ -20,9 +20,9 @@ let
20
{
21
src = ../.;
22
name = "cardano-node";
23
- compiler-nix-name = lib.mkDefault "ghc8107";
+ compiler-nix-name = lib.mkDefault "ghc96";
24
# extra-compilers
25
- flake.variants = lib.genAttrs ["ghc96"] (x: {compiler-nix-name = x;});
+ flake.variants = lib.genAttrs ["ghc8107"] (x: {compiler-nix-name = x;});
26
cabalProjectLocal = ''
27
repository cardano-haskell-packages-local
28
url: file:${CHaP}
0 commit comments