summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Backpack
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Driver/Backpack')
-rw-r--r--compiler/GHC/Driver/Backpack/Syntax.hs7
1 files changed, 5 insertions, 2 deletions
diff --git a/compiler/GHC/Driver/Backpack/Syntax.hs b/compiler/GHC/Driver/Backpack/Syntax.hs
index e7e73b6cae..edaf5200d3 100644
--- a/compiler/GHC/Driver/Backpack/Syntax.hs
+++ b/compiler/GHC/Driver/Backpack/Syntax.hs
@@ -18,14 +18,17 @@ module GHC.Driver.Backpack.Syntax (
import GHC.Prelude
-import GHC.Driver.Phases
import GHC.Hs
+
import GHC.Types.SrcLoc
-import GHC.Utils.Outputable
+import GHC.Types.SourceFile
+
import GHC.Unit.Module.Name
import GHC.Unit.Types
import GHC.Unit.Info
+import GHC.Utils.Outputable
+
{-
************************************************************************
* *