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 c8b4b5b commit 372f778Copy full SHA for 372f778
modules/cabal-project.nix
@@ -17,6 +17,9 @@ in {
17
compiler-nix-name = mkOption {
18
type = str;
19
description = "The name of the ghc compiler to use eg. \"ghc884\"";
20
+ # Map short version names to the latest GHC version.
21
+ # TODO: perhaps combine this with the `latestVer` mapping in `overlays/boostrap.nix`.
22
+ apply = name: pkgs.haskell-nix.resolve-compiler-name name;
23
};
24
compilerSelection = mkOption {
25
type = unspecified;
0 commit comments