Skip to content

Commit 5f6ac16

Browse files
committed
Add haddocks to Dupes fields
1 parent 87414e4 commit 5f6ac16

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
@@ -266,7 +266,9 @@ parseProject rootPath cacheDir httpTransport verbosity configToParse = do
266266

267267
data Dupes = Dupes
268268
{ dupesImport :: ProjectImport
269+
-- ^ The import that we're checking for duplicates.
269270
, dupesImports :: [ProjectImport]
271+
-- ^ All the imports of this file.
270272
}
271273
deriving (Eq)
272274

0 commit comments

Comments
 (0)