From 0054122e9ebce7e1273283fcc7e27a7a59469e27 Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Thu, 24 Aug 2017 16:10:14 -0700 Subject: [PATCH] add a TODO about dispOne in s/S/Package.hs --- src/Stack/Package.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Stack/Package.hs b/src/Stack/Package.hs index 72902589ae..555fe17739 100644 --- a/src/Stack/Package.hs +++ b/src/Stack/Package.hs @@ -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.