[project @ 2005-03-18 13:37:27 by simonmar]
[ghc-hetmet.git] / ghc / compiler / simplCore / SimplEnv.lhs
index 5049a9f..ce0f442 100644 (file)
@@ -61,7 +61,7 @@ import qualified Type         ( substTy, substTyVarBndr )
 import Type             ( Type, TvSubst(..), TvSubstEnv, composeTvSubst,
                          isUnLiftedType, seqType, tyVarsOfType )
 import BasicTypes      ( OccInfo(..), isFragileOcc )
-import CmdLineOpts     ( SimplifierMode(..) )
+import DynFlags        ( SimplifierMode(..) )
 import Outputable
 \end{code}