You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- The linkables we depend on at runtime are the transitive closure of 'mods'
338
+
-- restricted to the home package
334
339
mod_env = filterModuleEnv (\m _ -> elementOfUniqSet (moduleName m) mods_transitive) keep_lbls -- Could use restrictKeys if the constructors were exported
335
340
336
341
-- Serialize mod_env so we can read it from the interface
@@ -1128,7 +1133,7 @@ loadInterface session ms linkableNeeded RecompilationInfo{..} = do
1128
1133
Just (VFSVersion _) ->error"object code in vfs"
1129
1134
1130
1135
let do_regenerate _reason = withTrace "regenerate interface"$\setTag ->do
0 commit comments