Skip to content

Commit fd2f833

Browse files
authored
Merge pull request #92 from jneira/fix-haddock-parsing
Fix haddock parsing errors
2 parents e9ef791 + f182d71 commit fd2f833

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exe/Main.hs

+4-4
Original file line numberDiff line numberDiff line change
@@ -359,11 +359,11 @@ loadSession dir = liftIO $ do
359359
getSession
360360
-- Modify the map so the hieYaml now maps to the newly created
361361
-- HscEnv
362-
-- Returns
363-
-- * the new HscEnv so it can be used to modify the
362+
-- Returns:
363+
-- * The new HscEnv so it can be used to modify the
364364
-- FilePath -> HscEnv map
365-
-- * The information for the new component which caused this cache miss
366-
-- * The modified information (without -inplace flags) for
365+
-- * The information for the new component which caused this cache miss
366+
-- * The modified information (without -inplace flags) for
367367
-- existing packages
368368
pure (Map.insert hieYaml (newHscEnv, new_deps) m, (newHscEnv, head new_deps', tail new_deps'))
369369

0 commit comments

Comments
 (0)