File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
ghcide/session-loader/Development/IDE Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -454,13 +454,13 @@ handleLoadingFailureSingle sessionState file = do
454454 removeCradleFile sessionState file
455455
456456data SessionState = SessionState
457- { loadedFiles :: ! (IORef (HashSet FilePath )),
458- failedFiles :: ! (IORef (HashSet FilePath )),
457+ { loadedFiles :: ! (IORef (HashSet FilePath )),
458+ failedFiles :: ! (IORef (HashSet FilePath )),
459459 pendingFiles :: ! (S. OrderedSet FilePath ),
460- hscEnvs :: ! (Var HieMap ),
461- fileToFlags :: ! ( STM. Map ( Maybe FilePath ) ( HashMap NormalizedFilePath ( IdeResult HscEnvEq , DependencyInfo ))) ,
462- filesMap :: ! ( STM. Map NormalizedFilePath ( Maybe FilePath )) ,
463- version :: ! (Var Int )
460+ hscEnvs :: ! (Var HieMap ),
461+ fileToFlags :: ! FlagsMap ,
462+ filesMap :: ! FilesMap ,
463+ version :: ! (Var Int )
464464 }
465465
466466-- | Helper functions for SessionState management
You can’t perform that action at this time.
0 commit comments