Skip to content

Commit f2c5a9a

Browse files
authored
Values store -> build graph
1 parent e9d879d commit f2c5a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Core/Compile.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ parseRuntimeDeps anns = mkModuleEnv $ mapMaybe go anns
13131313
= Just (mod, bs)
13141314
go _ = Nothing
13151315

1316-
-- | checkLinkableDependencies compares the core files in the Values store to
1316+
-- | checkLinkableDependencies compares the core files in the build graph to
13171317
-- the runtime dependencies of the module, to check if any of them are out of date
13181318
-- Hopefully 'runtime_deps' will be empty if the module didn't actually use TH
13191319
-- See Note [Recompilation avoidance in the presence of TH]

0 commit comments

Comments
 (0)