Skip to content
Snippets Groups Projects
Commit ea01c00f authored by waern's avatar waern
Browse files

Wibble

parent 6917536e
No related branches found
No related tags found
No related merge requests found
...@@ -185,10 +185,10 @@ render flags interfaces = do ...@@ -185,10 +185,10 @@ render flags interfaces = do
packageName = (Just . modulePkgStr . ifaceMod . head) visibleMods packageName = (Just . modulePkgStr . ifaceMod . head) visibleMods
when (Flag_GenIndex `elem` flags) $ do when (Flag_GenIndex `elem` flags) $ do
ppHtmlIndex odir title packageName maybe_html_help_format ppHtmlIndex odir title packageName maybe_html_help_format
maybe_contents_url maybe_source_urls maybe_wiki_urls maybe_contents_url maybe_source_urls maybe_wiki_urls
visibleMods visibleMods
copyHtmlBits odir libdir css_file copyHtmlBits odir libdir css_file
when (Flag_GenContents `elem` flags && Flag_GenIndex `elem` flags) $ do when (Flag_GenContents `elem` flags && Flag_GenIndex `elem` flags) $ do
ppHtmlHelpFiles title packageName visibleMods odir maybe_html_help_format [] ppHtmlHelpFiles title packageName visibleMods odir maybe_html_help_format []
......
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