Skip to content

Commit 0c336ba

Browse files
committed
Ormolu formatted.
1 parent c6ecccd commit 0c336ba

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

app/Main.hs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,13 @@ resolveName pwd = do
3535
files <- listDirectory pwd
3636
when ("--help" `elem` args || "-h" `elem` args) $ do
3737
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."
4145
exitSuccess
4246
let fileNames = map takeFileName files
4347
name =

0 commit comments

Comments
 (0)