File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ghcide/src/Development/IDE/Import Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,12 +154,12 @@ data DependencyInformation =
154154 , depModuleFiles :: ! (ShowableModuleEnv FilePathId )
155155 -- ^ Map from Module to the corresponding non-boot hs file
156156 , depModuleGraph :: ! ModuleGraph
157- -- ^ Map from Module to fingerprint of the transitive dependencies of the module.
158157 , depTransDepsFingerprints :: ! (FilePathIdMap Fingerprint )
159- -- ^ Map from FilePathId to the fingerprint of the transitive reverse dependencies of the module.
158+ -- ^ Map from Module to fingerprint of the transitive dependencies of the module.
160159 , depTransReverseDepsFingerprints :: ! (FilePathIdMap Fingerprint )
161- -- ^ Map from FilePathId to the fingerprint of the immediate reverse dependencies of the module.
160+ -- ^ Map from FilePathId to the fingerprint of the transitive reverse dependencies of the module.
162161 , depImmediateReverseDepsFingerprints :: ! (FilePathIdMap Fingerprint )
162+ -- ^ Map from FilePathId to the fingerprint of the immediate reverse dependencies of the module.
163163 } deriving (Show , Generic )
164164
165165lookupFingerprint :: NormalizedFilePath -> DependencyInformation -> FilePathIdMap Fingerprint -> Maybe Fingerprint
You can’t perform that action at this time.
0 commit comments