diff options
Diffstat (limited to 'haddock-api/src/Haddock')
| -rw-r--r-- | haddock-api/src/Haddock/Interface.hs | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/haddock-api/src/Haddock/Interface.hs b/haddock-api/src/Haddock/Interface.hs index fd44e58b..b42ae1a3 100644 --- a/haddock-api/src/Haddock/Interface.hs +++ b/haddock-api/src/Haddock/Interface.hs @@ -59,7 +59,7 @@ import GHC.Data.Graph.Directed (flattenSCCs)  import GHC.Driver.Env (hsc_dflags, hsc_home_unit, hsc_logger, hsc_static_plugins, hsc_units)  import GHC.Driver.Monad (modifySession, withTimingM)  import GHC.Driver.Session hiding (verbosity) -import GHC.HsToCore.Docs +import GHC.HsToCore.Docs (getMainDeclBinder)  import GHC.Plugins (Outputable, Plugin (..), PluginWithArgs (..), StaticPlugin (..), defaultPlugin, keepRenamedSource)  import GHC.Tc.Types (TcGblEnv (..), TcM)  import GHC.Tc.Utils.Env (tcLookupGlobal) @@ -158,7 +158,7 @@ createIfaces verbosity modules flags instIfaceMap = do    -- alive to be able to find all the instances.    modifySession installHaddockPlugin -  targets <- mapM (\filePath -> guessTarget filePath Nothing Nothing) modules +  targets <- mapM (\filePath -> guessTarget filePath Nothing) modules    setTargets targets    loadOk <- withTimingM "load" (const ()) $ | 
