Skip to content

Commit 131cfcb

Browse files
authored
Merge pull request #6206 from IntersectMBO/jl/drop-ghc-8.10-variant
ghc: drop haskellNix ghc 8.10 variant support
2 parents b311bbc + 9084e90 commit 131cfcb

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
@@ -22,8 +22,8 @@ let
2222
src = ../.;
2323
name = "cardano-node";
2424
compiler-nix-name = lib.mkDefault "ghc96";
25-
# extra-compilers
26-
flake.variants = lib.genAttrs ["ghc8107"] (x: {compiler-nix-name = x;});
25+
# Extra-compilers
26+
# flake.variants = lib.genAttrs ["ghc$VERSION"] (x: {compiler-nix-name = x;});
2727
cabalProjectLocal = ''
2828
repository cardano-haskell-packages-local
2929
url: file:${CHaP}

0 commit comments

Comments
 (0)