haskell-modules/generic-builder: Fix copy-paste error

This commit is contained in:
Shea Levy 2017-01-23 11:35:59 -05:00
parent 8156293bac
commit 2154108270

View File

@ -151,7 +151,7 @@ let
ghcCommand' = if isGhcjs then "ghcjs" else "ghc";
crossPrefix = if (ghc.cross or null) != null then "${ghc.cross.config}-" else "";
ghcCommand = "${crossPrefix}${ghcCommand'}";
ghcCommandCaps= lib.toUpper ghcCommand';
ghcCommandCaps= toUpper ghcCommand';
in