summaryrefslogtreecommitdiff
path: root/ghc/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/Main.hs')
-rw-r--r--ghc/Main.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/Main.hs b/ghc/Main.hs
index fa6608761d..06a26c45ae 100644
--- a/ghc/Main.hs
+++ b/ghc/Main.hs
@@ -51,6 +51,7 @@ import GHC.Unit.State ( pprUnits, pprUnitsSimple )
import GHC.Driver.Phases
import GHC.Types.Basic ( failed )
import GHC.Driver.Session hiding (WarnReason(..))
+import GHC.Driver.Ppr
import GHC.Utils.Error
import GHC.Data.FastString
import GHC.Utils.Outputable as Outputable