diff --git a/install/src/Help.hs b/install/src/Help.hs index c9ec690f4..bb9e65363 100644 --- a/install/src/Help.hs +++ b/install/src/Help.hs @@ -15,9 +15,9 @@ printUsage :: Action () printUsage = do printLine "" printLine "Usage:" - printLineIndented ("stack install.hs ") + printLineIndented "stack install.hs " printLineIndented "or" - printLineIndented ("cabal new-run install.hs --project-file shake.project ") + printLineIndented "cabal new-run install.hs --project-file install/shake.project " -- | short help message is printed by default shortHelpMessage :: Action () diff --git a/install/src/HieInstall.hs b/install/src/HieInstall.hs index 3f89e0dc5..0b7d1e5cf 100644 --- a/install/src/HieInstall.hs +++ b/install/src/HieInstall.hs @@ -91,7 +91,7 @@ defaultMain = do ) -- stack specific targets - phony "stack-build" (need (reverse $ map ("hie-" ++) hieVersions)) + phony "stack-build" (need (reverse $ map ("stack-hie-" ++) hieVersions)) phony "stack-build-all" (need ["build-data", "build"]) phony "stack-build-data" $ do need ["submodules"]