diff options
author | David Waern <david.waern@gmail.com> | 2008-12-07 20:01:05 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-12-07 20:01:05 +0000 |
commit | 618c9049612b1a8e4a7d3955e54c10446af94778 (patch) | |
tree | e2265f450904b49240a6dfa3e278a9a9cce030ae /src/Main.hs | |
parent | 302651f5b7182061f0459d71cf3e17189bf2ca64 (diff) |
Add some basic "verbose" mode logging in H.Interface
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Main.hs b/src/Main.hs index e24954de..e12d5e04 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -176,8 +176,7 @@ main = handleTopExceptions $ do -- create the interfaces -- this is the core part of Haddock - (interfaces, homeLinks) <- createInterfaces fileArgs flags - (map fst packages) + (interfaces, homeLinks) <- createInterfaces fileArgs extLinks flags liftIO $ do -- render the interfaces @@ -193,8 +192,7 @@ main = handleTopExceptions $ do packages <- readInterfaceFiles (nameCacheFromGhc session) (ifacePairs flags) -- create the interfaces -- this is the core part of Haddock - (interfaces, homeLinks) <- createInterfaces session fileArgs flags - (map fst packages) + (interfaces, homeLinks) <- createInterfaces session fileArgs extLinks flags -- render the interfaces renderStep packages interfaces |