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 87414e4 commit 5f6ac16Copy full SHA for 5f6ac16
cabal-install/src/Distribution/Client/ProjectConfig/Legacy.hs
@@ -266,7 +266,9 @@ parseProject rootPath cacheDir httpTransport verbosity configToParse = do
266
267
data Dupes = Dupes
268
{ dupesImport :: ProjectImport
269
+ -- ^ The import that we're checking for duplicates.
270
, dupesImports :: [ProjectImport]
271
+ -- ^ All the imports of this file.
272
}
273
deriving (Eq)
274
0 commit comments