Skip to content

Commit

Permalink
haskell-modules/generic-builder: Fix copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Jan 23, 2017
1 parent 8156293 commit 2154108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/haskell-modules/generic-builder.nix
Expand Up @@ -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

Expand Down

0 comments on commit 2154108

Please sign in to comment.