[project @ 2005-03-18 13:37:27 by simonmar]
[ghc-hetmet.git] / ghc / compiler / types / InstEnv.lhs
index 965ba55..1be556b 100644 (file)
@@ -29,7 +29,7 @@ import TyCon          ( TyCon )
 import Outputable
 import UniqFM          ( UniqFM, lookupUFM, emptyUFM, addToUFM_C, eltsUFM )
 import Id              ( idType )
-import CmdLineOpts
+import DynFlags
 import Util             ( notNull )
 import Maybe           ( isJust )
 \end{code}