File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,13 @@ resolveName pwd = do
35
35
files <- listDirectory pwd
36
36
when (" --help" `elem` args || " -h" `elem` args) $ do
37
37
progName <- getProgName
38
- hPutStrLn stderr $ " Usage: " <> progName <> " [ --cabal | --stack ]\n\n \
39
- \If neither argument is given then " <> progName <> " will infer the type by\n \
40
- \looking for dist-newstyle, .stack-work, cabal.project and stack.yaml in that order."
38
+ hPutStrLn stderr $
39
+ " Usage: " <> progName
40
+ <> " [ --cabal | --stack ]\n\n \
41
+ \If neither argument is given then "
42
+ <> progName
43
+ <> " will infer the type by\n \
44
+ \looking for dist-newstyle, .stack-work, cabal.project and stack.yaml in that order."
41
45
exitSuccess
42
46
let fileNames = map takeFileName files
43
47
name =
You can’t perform that action at this time.
0 commit comments