summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Backpack/Syntax.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Driver/Backpack/Syntax.hs')
-rw-r--r--compiler/GHC/Driver/Backpack/Syntax.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/GHC/Driver/Backpack/Syntax.hs b/compiler/GHC/Driver/Backpack/Syntax.hs
index d4d36b59b2..e7e73b6cae 100644
--- a/compiler/GHC/Driver/Backpack/Syntax.hs
+++ b/compiler/GHC/Driver/Backpack/Syntax.hs
@@ -22,7 +22,9 @@ import GHC.Driver.Phases
import GHC.Hs
import GHC.Types.SrcLoc
import GHC.Utils.Outputable
-import GHC.Unit
+import GHC.Unit.Module.Name
+import GHC.Unit.Types
+import GHC.Unit.Info
{-
************************************************************************