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
454
454
removeCradleFile sessionState file
455
455
456
456
data SessionState = SessionState
457
- { loadedFiles :: ! (IORef (HashSet FilePath )),
458
- failedFiles :: ! (IORef (HashSet FilePath )),
457
+ { loadedFiles :: ! (IORef (HashSet FilePath )),
458
+ failedFiles :: ! (IORef (HashSet FilePath )),
459
459
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 )
464
464
}
465
465
466
466
-- | Helper functions for SessionState management
You can’t perform that action at this time.
0 commit comments