Skip to content

Commit

Permalink
s/build/built/
Browse files Browse the repository at this point in the history
  • Loading branch information
sjakobi committed Mar 21, 2016
1 parent 8c501ed commit 4c1d677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Stack/Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ getDefaultGHCVariant menv (Platform _ Linux) = do
$logDebug "Checking whether stack was built with libgmp4"
isGMP4 <- getIsGMP4 menv
if isGMP4
then $logDebug "Stack was build with libgmp4, so the default ghc-variant will be gmp4"
else $logDebug "Stack was not build with libgmp4"
then $logDebug "Stack was built with libgmp4, so the default ghc-variant will be gmp4"
else $logDebug "Stack was not built with libgmp4"
return (if isGMP4 then GHCGMP4 else GHCStandard)
getDefaultGHCVariant _ _ = return GHCStandard

Expand Down

0 comments on commit 4c1d677

Please sign in to comment.