We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7b13a commit 51d99fcCopy full SHA for 51d99fc
1 file changed
src/Stack/Package.hs
@@ -1157,6 +1157,8 @@ warnMultiple name candidate rest =
1157
showName (DotCabalFile fp) = fp
1158
showName (DotCabalCFile fp) = fp
1159
dispOne = fromString . toFilePath
1160
+ -- TODO: figure out why dispOne can't be just `display`
1161
+ -- (remove the .hlint.yaml exception if it can be)
1162
1163
-- | Log that we couldn't find a candidate, but there are
1164
-- possibilities for custom preprocessor extensions.
0 commit comments