summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface/Load.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Iface/Load.hs-boot')
-rw-r--r--compiler/GHC/Iface/Load.hs-boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Iface/Load.hs-boot b/compiler/GHC/Iface/Load.hs-boot
index 78c5dd2e67..0e83000eba 100644
--- a/compiler/GHC/Iface/Load.hs-boot
+++ b/compiler/GHC/Iface/Load.hs-boot
@@ -2,7 +2,7 @@ module GHC.Iface.Load where
import GHC.Unit.Module (Module)
import GHC.Tc.Utils.Monad (IfM)
-import GHC.Driver.Types (ModIface)
+import GHC.Unit.Module.ModIface (ModIface)
import GHC.Utils.Outputable (SDoc)
loadSysInterface :: SDoc -> Module -> IfM lcl ModIface