Skip to content

Commit

Permalink
Just give advice directly
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Jul 15, 2015
1 parent 9c61cc9 commit c5b9856
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Stack/Package.hs
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,8 @@ logPossibilities dirs mn = do
"\", but did find: " <>
T.intercalate ", " (map (T.pack . toFilePath) possibilities) <>
". If you are using a custom preprocessor for this module \
\with its own file extension, please see the FAQ.")
\with its own file extension, consider adding the file(s) \
\to your .cabal under extra-source-files.")
where
makePossibilities name =
mapM
Expand Down

0 comments on commit c5b9856

Please sign in to comment.