diff options
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 |