Skip to content

Fix haddock parsing errors #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2020
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