From 618c9049612b1a8e4a7d3955e54c10446af94778 Mon Sep 17 00:00:00 2001 From: David Waern Date: Sun, 7 Dec 2008 20:01:05 +0000 Subject: Add some basic "verbose" mode logging in H.Interface --- src/Main.hs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/Main.hs') 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 -- cgit v1.2.3