[project @ 2000-10-23 12:00:21 by sewardj]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcSimplify.lhs
index 45cc94c..5d430e6 100644 (file)
@@ -143,7 +143,7 @@ import Inst         ( lookupInst, lookupSimpleInst, LookupInstResult(..),
                          lieToList 
                        )
 import TcEnv           ( tcGetGlobalTyVars, tcGetInstEnv )
-import TcInstUtil      ( lookupInstEnv, InstLookupResult(..) )
+import InstEnv         ( lookupInstEnv, InstLookupResult(..) )
 
 import TcType          ( TcTyVarSet )
 import TcUnify         ( unifyTauTy )