We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c5a0f commit 4a1d981Copy full SHA for 4a1d981
ghcide/src/Development/IDE/Core/Compile.hs
@@ -1313,7 +1313,7 @@ parseRuntimeDeps anns = mkModuleEnv $ mapMaybe go anns
1313
= Just (mod, bs)
1314
go _ = Nothing
1315
1316
--- | checkLinkableDependencies compares the core files in the Values store to
+-- | checkLinkableDependencies compares the core files in the build graph to
1317
-- the runtime dependencies of the module, to check if any of them are out of date
1318
-- Hopefully 'runtime_deps' will be empty if the module didn't actually use TH
1319
-- See Note [Recompilation avoidance in the presence of TH]
0 commit comments