Skip to content
Snippets Groups Projects
Commit 42471771 authored by David Waern's avatar David Waern
Browse files

Simplify some comments

parent c740598d
No related branches found
No related tags found
No related merge requests found
...@@ -153,10 +153,10 @@ main = handleTopExceptions $ do ...@@ -153,10 +153,10 @@ main = handleTopExceptions $ do
let exposedPackages = [ mkPackageId pkg | pkg <- depPkgs, let exposedPackages = [ mkPackageId pkg | pkg <- depPkgs,
pkgName pkg `elem` usePackages ] pkgName pkg `elem` usePackages ]
-- get the .haddock interface file and html path for the exposed packages -- get the HaddockPackages
packages <- getPackages session exposedPackages packages <- getPackages session exposedPackages
-- load, parse and typecheck the target modules and their dependencies -- typechecking
modules <- sortAndCheckModules session fileArgs modules <- sortAndCheckModules session fileArgs
-- update the html references for rendering phase (global variable) -- update the html references for rendering phase (global variable)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment