Skip to content

Commit 40d1e3b

Browse files
committed
fix
1 parent 4409fe7 commit 40d1e3b

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
@@ -668,7 +668,7 @@ loadSessionWithOptions recorder SessionLoadingOptions{..} rootDir = do
668668
return (([renderPackageSetupException cfp GhcVersionMismatch{..}], Nothing),[])
669669
InstallationChecked _compileTime _ghcLibCheck -> do
670670
liftIO $ atomicModifyIORef' cradle_files (\xs -> (fromNormalizedFilePath cfp:xs,()))
671-
liftIO $ session (hieYaml, cfp, opts, libDir)
671+
session (hieYaml, cfp, opts, libDir)
672672
-- Failure case, either a cradle error or the none cradle
673673
Left err -> do
674674
dep_info <- liftIO $ getDependencyInfo (maybeToList hieYaml)

0 commit comments

Comments
 (0)