We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79fa5d commit d8561ecCopy full SHA for d8561ec
src/Stack/Build/Target.hs
@@ -188,7 +188,7 @@ parseRawTargetDirs root locals ri =
188
projectTypo :: Int -> Int -> String -> StyleDoc
189
projectTypo padLength dropLength option =
190
vsep
191
- [ style Dir ((fromString $ replicate padLength ' ') <> (fromString $ T.unpack t))
+ [ style Dir (fromString (replicate padLength ' ') <> fromString (T.unpack t))
192
<> " is not a directory."
193
, style Highlight (fromString $ "--" <> option)
194
<> style Dir (fromString . drop dropLength $ T.unpack t)
0 commit comments