Skip to content

Commit d7f64de

Browse files
committed
Replace GhcSessionDeps with GhcSession
1 parent 24abcc3 commit d7f64de

File tree

1 file changed

+1
-1
lines changed
  • plugins/default/src/Ide/Plugin

1 file changed

+1
-1
lines changed

plugins/default/src/Ide/Plugin/Eval.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ runEvalCmd lsp state EvalParams {..} = withIndefiniteProgress lsp "Eval" Cancell
172172
session <-
173173
liftIO $
174174
runAction "runEvalCmd.ghcSession" state $
175-
use_ GhcSessionDeps $
175+
use_ GhcSession $
176176
toNormalizedFilePath' $
177177
fp
178178

0 commit comments

Comments
 (0)