We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ab1db commit fc667edCopy full SHA for fc667ed
cabal-install/src/Distribution/Client/ProjectConfig/Legacy.hs
@@ -269,7 +269,9 @@ parseProject rootPath cacheDir httpTransport verbosity configToParse = do
269
270
data Dupes = Dupes
271
{ dupesImport :: ProjectImport
272
+ -- ^ The import that we're checking for duplicates.
273
, dupesImports :: [ProjectImport]
274
+ -- ^ All the imports of this file.
275
}
276
deriving (Eq)
277
0 commit comments