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

Wibble

parent 40b70cba
No related branches found
Tags ghc-8.6.2-release
No related merge requests found
...@@ -194,10 +194,10 @@ render flags interfaces = do ...@@ -194,10 +194,10 @@ render flags interfaces = do
ppHtmlHelpFiles title packageName visibleMods odir maybe_html_help_format [] ppHtmlHelpFiles title packageName visibleMods odir maybe_html_help_format []
when (Flag_GenContents `elem` flags) $ do when (Flag_GenContents `elem` flags) $ do
ppHtmlContents odir title packageName maybe_html_help_format ppHtmlContents odir title packageName maybe_html_help_format
maybe_index_url maybe_source_urls maybe_wiki_urls maybe_index_url maybe_source_urls maybe_wiki_urls
visibleMods True prologue visibleMods True prologue
copyHtmlBits odir libdir css_file copyHtmlBits odir libdir css_file
when (Flag_Html `elem` flags) $ do when (Flag_Html `elem` flags) $ do
ppHtml title packageName visibleMods odir ppHtml title packageName visibleMods odir
......
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