Corrected format in error message.

This commit is contained in:
Paul Johnson 2022-04-10 07:59:36 +01:00
parent 8adfffba67
commit c6ecccdefd

View File

@ -22,7 +22,7 @@ main = do
_ -> stackYamlPkgs pwd
when (null cfs) $
die $
"Used" <> name
"Used " <> name
<> "\n No .cabal files found under"
<> pwd
<> "\n You may need to run stack build."