translators/cabal-freeze: Set default GHC to the nixpkgs default

This commit is contained in:
Brian Leung 2022-10-22 02:22:36 -07:00
parent 059c5c18f7
commit 5f289686a5
No known key found for this signature in database
GPG Key ID: 2D86D6A94C8BB3B1

View File

@ -273,7 +273,7 @@ in {
extraArgs = { extraArgs = {
ghcVersion = { ghcVersion = {
description = "GHC version"; description = "GHC version";
default = "9.0.2"; default = pkgs.ghc.version;
examples = ["9.0.2" "9.4.1"]; examples = ["9.0.2" "9.4.1"];
type = "argument"; type = "argument";
}; };