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 =
154
154
, depModuleFiles :: ! (ShowableModuleEnv FilePathId )
155
155
-- ^ Map from Module to the corresponding non-boot hs file
156
156
, depModuleGraph :: ! ModuleGraph
157
- -- ^ Map from Module to fingerprint of the transitive dependencies of the module.
158
157
, 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.
160
159
, 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.
162
161
, depImmediateReverseDepsFingerprints :: ! (FilePathIdMap Fingerprint )
162
+ -- ^ Map from FilePathId to the fingerprint of the immediate reverse dependencies of the module.
163
163
} deriving (Show , Generic )
164
164
165
165
lookupFingerprint :: NormalizedFilePath -> DependencyInformation -> FilePathIdMap Fingerprint -> Maybe Fingerprint
You can’t perform that action at this time.
0 commit comments