Skip to content

Commit 5f58042

Browse files
committed
fix comment
1 parent e87f1d1 commit 5f58042

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ghcide/src/Development/IDE/Import/DependencyInformation.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

165165
lookupFingerprint :: NormalizedFilePath -> DependencyInformation -> FilePathIdMap Fingerprint -> Maybe Fingerprint

0 commit comments

Comments
 (0)