Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions exe/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -359,11 +359,11 @@ loadSession dir = liftIO $ do
getSession
-- Modify the map so the hieYaml now maps to the newly created
-- HscEnv
-- Returns
-- * the new HscEnv so it can be used to modify the
-- Returns:
-- * The new HscEnv so it can be used to modify the
-- FilePath -> HscEnv map
-- * The information for the new component which caused this cache miss
-- * The modified information (without -inplace flags) for
-- * The information for the new component which caused this cache miss
-- * The modified information (without -inplace flags) for
-- existing packages
pure (Map.insert hieYaml (newHscEnv, new_deps) m, (newHscEnv, head new_deps', tail new_deps'))

Expand Down