Skip to content

Commit 51d99fc

Browse files
committed
add a TODO about dispOne in s/S/Package.hs
1 parent 3d7b13a commit 51d99fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Stack/Package.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,6 +1157,8 @@ warnMultiple name candidate rest =
11571157
showName (DotCabalFile fp) = fp
11581158
showName (DotCabalCFile fp) = fp
11591159
dispOne = fromString . toFilePath
1160+
-- TODO: figure out why dispOne can't be just `display`
1161+
-- (remove the .hlint.yaml exception if it can be)
11601162

11611163
-- | Log that we couldn't find a candidate, but there are
11621164
-- possibilities for custom preprocessor extensions.

0 commit comments

Comments
 (0)