We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
display
1 parent 8258205 commit 6bc598eCopy full SHA for 6bc598e
1 file changed
src/Stack/Package.hs
@@ -1173,13 +1173,12 @@ logPossibilities dirs mn = do
1173
[ flow "Unable to find a known candidate for the Cabal entry"
1174
, (styleModule . fromString $ D.display mn) <> ","
1175
, flow "but did find:"
1176
- , line <> bulletedList (map dispPoss possibilities)
+ , line <> bulletedList (map display possibilities)
1177
, flow "If you are using a custom preprocessor for this module"
1178
, flow "with its own file extension, consider adding the file(s)"
1179
, flow "to your .cabal under extra-source-files."
1180
]
1181
where
1182
- dispPoss = styleFile . fromString . toFilePath
1183
makePossibilities name =
1184
mapM
1185
(\dir ->
0 commit comments