We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4409fe7 commit 40d1e3bCopy full SHA for 40d1e3b
ghcide/session-loader/Development/IDE/Session.hs
@@ -668,7 +668,7 @@ loadSessionWithOptions recorder SessionLoadingOptions{..} rootDir = do
668
return (([renderPackageSetupException cfp GhcVersionMismatch{..}], Nothing),[])
669
InstallationChecked _compileTime _ghcLibCheck -> do
670
liftIO $ atomicModifyIORef' cradle_files (\xs -> (fromNormalizedFilePath cfp:xs,()))
671
- liftIO $ session (hieYaml, cfp, opts, libDir)
+ session (hieYaml, cfp, opts, libDir)
672
-- Failure case, either a cradle error or the none cradle
673
Left err -> do
674
dep_info <- liftIO $ getDependencyInfo (maybeToList hieYaml)
0 commit comments