diff options
Diffstat (limited to 'compiler/GHC/Driver/Pipeline.hs')
-rw-r--r-- | compiler/GHC/Driver/Pipeline.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Driver/Pipeline.hs b/compiler/GHC/Driver/Pipeline.hs index 191e802e02..16d43017c6 100644 --- a/compiler/GHC/Driver/Pipeline.hs +++ b/compiler/GHC/Driver/Pipeline.hs @@ -825,6 +825,7 @@ runPipeline stop_phase hsc_env0 (input_fn, mb_input_buf, mb_phase) , ue_home_unit = Just home_unit , ue_units = unit_state , ue_unit_dbs = Just dbs + , ue_hpt = emptyHomePackageTable } let hsc_env'' = hsc_env' { hsc_unit_env = unit_env |