Skip to content

Commit dd6b562

Browse files
committed
merge master in
1 parent 504d71d commit dd6b562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/session-loader/Development/IDE/Session.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ packageSetup recorder sessionState newEmptyHscEnv (hieYaml, cfp, opts) = do
832832
hscEnv <- newEmptyHscEnv
833833
newTargetDfs <- liftIO $ evalGhcEnv hscEnv $ setOptions haddockparse cfp opts (hsc_dflags hscEnv) rootDir
834834
let deps = componentDependencies opts ++ maybeToList hieYaml
835-
dep_info <- liftIO $ getDependencyInfo deps
835+
dep_info <- liftIO $ getDependencyInfo (fmap (toAbsolute rootDir) deps)
836836
-- Now lookup to see whether we are combining with an existing HscEnv
837837
-- or making a new one. The lookup returns the HscEnv and a list of
838838
-- information about other components loaded into the HscEnv

0 commit comments

Comments
 (0)