[project @ 2005-03-18 13:37:27 by simonmar]
[ghc-hetmet.git] / ghc / compiler / types / Type.lhs
index fe848d6..bf407e5 100644 (file)
@@ -101,7 +101,7 @@ import TyCon        ( TyCon, isRecursiveTyCon, isPrimTyCon,
                )
 
 -- others
-import CmdLineOpts     ( opt_DictsStrict )
+import StaticFlags     ( opt_DictsStrict )
 import SrcLoc          ( noSrcLoc )
 import Unique          ( Uniquable(..) )
 import Util            ( mapAccumL, seqList, lengthIs, snocView, thenCmp, isEqual )