diff options
author | David Waern <david.waern@gmail.com> | 2010-10-16 18:47:07 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2010-10-16 18:47:07 +0000 |
commit | 1bd03d283f98d7841efd2ce4b75900f558e26c83 (patch) | |
tree | ecee6085e910967e08f15a2dd688a364602066d2 /src/Main.hs | |
parent | 52a3bdb03333ef97f7d81a9b058eb07002b7909c (diff) |
Style police
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index 8cd6f169..2cf070de 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -192,7 +192,7 @@ render flags ifaces installedIfaces srcMap = do opt_index_url = optIndexUrl flags odir = outputDir flags opt_latex_style = optLaTeXStyle flags - opt_qualification = optQualification flags + opt_qualification = qualification flags visibleIfaces = [ i | i <- ifaces, OptHide `notElem` ifaceOptions i ] |