Skip to content

Commit fc667ed

Browse files
committed
Add haddocks to Dupes fields
1 parent 55ab1db commit fc667ed

File tree

1 file changed

+2
-0
lines changed
  • cabal-install/src/Distribution/Client/ProjectConfig

1 file changed

+2
-0
lines changed

cabal-install/src/Distribution/Client/ProjectConfig/Legacy.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,9 @@ parseProject rootPath cacheDir httpTransport verbosity configToParse = do
269269

270270
data Dupes = Dupes
271271
{ dupesImport :: ProjectImport
272+
-- ^ The import that we're checking for duplicates.
272273
, dupesImports :: [ProjectImport]
274+
-- ^ All the imports of this file.
273275
}
274276
deriving (Eq)
275277

0 commit comments

Comments
 (0)