Skip to content

Commit

Permalink
add a TODO about dispOne in s/S/Package.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
kadoban committed Aug 29, 2017
1 parent 76de61a commit 0054122
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Stack/Package.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,8 @@ warnMultiple name candidate rest =
showName (DotCabalFile fp) = fp
showName (DotCabalCFile fp) = fp
dispOne = fromString . toFilePath
-- TODO: figure out why dispOne can't be just `display`
-- (remove the .hlint.yaml exception if it can be)

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

0 comments on commit 0054122

Please sign in to comment.