summaryrefslogtreecommitdiff
path: root/compiler/typecheck/FamInst.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/FamInst.hs')
-rw-r--r--compiler/typecheck/FamInst.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/typecheck/FamInst.hs b/compiler/typecheck/FamInst.hs
index ee9a148eaa..72415b331b 100644
--- a/compiler/typecheck/FamInst.hs
+++ b/compiler/typecheck/FamInst.hs
@@ -21,7 +21,7 @@ import InstEnv( roughMatchTcs )
import Coercion
import CoreLint
import TcEvidence
-import LoadIface
+import GHC.Iface.Load
import TcRnMonad
import SrcLoc
import TyCon
@@ -142,7 +142,7 @@ addressed yet.
* The call to checkFamConsistency for imported functions occurs very
early (in tcRnImports) and that causes problems if the imported
instances use type declared in the module being compiled.
- See Note [Loading your own hi-boot file] in LoadIface.
+ See Note [Loading your own hi-boot file] in GHC.Iface.Load.
-}
{-