aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2007-11-09 02:56:14 +0000
committerDavid Waern <david.waern@gmail.com>2007-11-09 02:56:14 +0000
commit76750023bb03e05c464ccea425d43691a6d7bb38 (patch)
tree7f71604c998a3f257bc6a0382859fe0f24dedf87 /src/Main.hs
parent5469cec492104f876499eaba01e5f2d514b75e48 (diff)
Wibble
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 0c2633de..90014d26 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -185,10 +185,10 @@ render flags interfaces = do
packageName = (Just . modulePkgStr . ifaceMod . head) visibleMods
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
visibleMods
- copyHtmlBits odir libdir css_file
+ copyHtmlBits odir libdir css_file
when (Flag_GenContents `elem` flags && Flag_GenIndex `elem` flags) $ do
ppHtmlHelpFiles title packageName visibleMods odir maybe_html_help_format []