Skip to content

Commit

Permalink
Include the location when extracting GHC tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
bixuanzju committed Sep 6, 2015
1 parent 915630c commit 1eae681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack/Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ installGHCPosix _ archiveFile archiveType destDir ident = do
root <- parseAbsDir root'
dir <- liftM (root Path.</>) $ parseRelDir $ packageIdentifierString ident

$logSticky $ "Unpacking GHC ..."
$logSticky $ T.concat ["Unpacking GHC into ", (T.pack . toFilePath $ root), " ..."]
$logDebug $ "Unpacking " <> T.pack (toFilePath archiveFile)
readInNull root tarTool menv ["xf", toFilePath archiveFile] Nothing

Expand Down

0 comments on commit 1eae681

Please sign in to comment.