Skip to content

Commit c9219f0

Browse files
soulomoonjhrcek
andauthored
Update ghcide/session-loader/Development/IDE/Session.hs
Co-authored-by: Jan Hrcek <[email protected]>
1 parent bea88b5 commit c9219f0

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
@@ -476,7 +476,7 @@ loadSessionWithOptions recorder SessionLoadingOptions{..} dir = do
476476
} <- getShakeExtras
477477
let invalidateShakeCache = do
478478
void $ modifyVar' version succ
479-
return $ toKey GhcSessionIO emptyFilePath
479+
return $ toNoFileKey GhcSessionIO
480480

481481
IdeOptions{ optTesting = IdeTesting optTesting
482482
, optCheckProject = getCheckProject

0 commit comments

Comments
 (0)