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 580795d commit 299795aCopy full SHA for 299795a
ghcide/src/Development/IDE/Core/Rules.hs
@@ -815,7 +815,8 @@ ghcSessionDepsDefinition fullModSummary GhcSessionDepsConfig{..} env file = do
815
#endif
816
nubOrdOn ms_mod (ms : concatMap mgModSummaries mgs)
817
818
- pure $ mkModuleGraph module_graph_nodes
+ evaluate $ liftRnf rwhnf module_graph_nodes
819
+ return $ mkModuleGraph module_graph_nodes
820
session' <- liftIO $ mergeEnvs hsc mg ms inLoadOrder depSessions
821
822
Just <$> liftIO (newHscEnvEqWithImportPaths (envImportPaths env) session' [])
0 commit comments