aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Interface.hs
diff options
context:
space:
mode:
authorHécate Moonlight <Kleidukos@users.noreply.github.com>2021-02-09 10:58:51 +0100
committerGitHub <noreply@github.com>2021-02-09 10:58:51 +0100
commitd1b7f181b60ba3ac191183f1512e66793d28ac08 (patch)
tree8c6f90cfcd22db5ede59c0172c0e28d6f974ec9e /haddock-api/src/Haddock/Interface.hs
parente57d82dde105ffbfcb27ab261041c97b4dd0150a (diff)
parent6c7d748ceb56f8c23ef3f12fc3e21cfc5ce31cd3 (diff)
Merge pull request #1327 from hsyl20/wip/hsyl20/logger2
Fix to build with HEAD
Diffstat (limited to 'haddock-api/src/Haddock/Interface.hs')
-rw-r--r--haddock-api/src/Haddock/Interface.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/haddock-api/src/Haddock/Interface.hs b/haddock-api/src/Haddock/Interface.hs
index b4c20b99..16643d0e 100644
--- a/haddock-api/src/Haddock/Interface.hs
+++ b/haddock-api/src/Haddock/Interface.hs
@@ -44,7 +44,7 @@ import Haddock.Types
import Haddock.Utils
import Control.Monad
-import Control.Monad.IO.Class ( MonadIO, liftIO )
+import Control.Monad.IO.Class ( MonadIO )
import Data.IORef
import Data.List (foldl', isPrefixOf, nub)
import qualified Data.Map as Map
@@ -69,7 +69,6 @@ import GHC.Types.Name (nameIsFromExternalPackage, nameOccName)
import GHC.Types.Name.Occurrence (isTcOcc)
import GHC.Types.Name.Reader (unQualOK, greMangledName, globalRdrEnvElts)
import GHC.HsToCore.Docs
-import GHC.Runtime.Loader (initializePlugins)
import GHC.Plugins (Outputable, StaticPlugin(..), Plugin(..), PluginWithArgs(..),
defaultPlugin, keepRenamedSource)