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 fccbbad commit 37b2489Copy full SHA for 37b2489
lib/call-cabal-project-to-nix.nix
@@ -89,7 +89,7 @@ let
89
#
90
# > The option `packages.Win32.package.identifier.name' is used but not defined.
91
92
- (compilerSelection pkgs)."${compiler-nix-name}";
+ (compilerSelection pkgs.buildPackages)."${compiler-nix-name}";
93
94
in let
95
ghc = if ghc' ? latestVersion
0 commit comments