diff options
-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 2f7e4bf0..cb1e4f2f 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -139,7 +139,7 @@ main = handleTopExceptions $ do -- load package data (from .haddock-files), typecheck input files and create -- the module -> html mapping packages <- getPackages session dynflags' flags - modules <- sortAndCheckModules session fileArgs + modules <- sortAndCheckModules session fileArgs updateHTMLXRefs packages -- combine the doc envs of the external packages into one |