diff options
author | David Waern <unknown> | 2007-08-29 23:26:24 +0000 |
---|---|---|
committer | David Waern <unknown> | 2007-08-29 23:26:24 +0000 |
commit | 2ad606aaea58bce57ebb1681831514caf6ff56a3 (patch) | |
tree | a0f86d267a922efa5dc8929074934e5d605a86b5 /src/Main.hs | |
parent | 658e79eddf0ac941d2719ec0a3aea58f42ef1277 (diff) |
Rename HaddockModule to Interface and a few more refactorings
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Main.hs b/src/Main.hs index c127f773..b12c7850 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -92,7 +92,7 @@ handleGhcExceptions inner = ------------------------------------------------------------------------------- --- Top-level +-- Top level ------------------------------------------------------------------------------- @@ -142,7 +142,7 @@ main = handleTopExceptions $ do -- | Render the interfaces with whatever backend is specified in the flags -render :: [Flag] -> [HaddockModule] -> IO () +render :: [Flag] -> [Interface] -> IO () render flags interfaces = do let title = case [str | Flag_Heading str <- flags] of |