[project @ 2005-03-18 13:37:27 by simonmar]
[ghc-hetmet.git] / ghc / compiler / stgSyn / CoreToStg.lhs
index e351ea4..8a97d51 100644 (file)
@@ -32,7 +32,8 @@ import Maybes         ( maybeToBool )
 import Name            ( getOccName, isExternalName, nameOccName )
 import OccName         ( occNameUserString, occNameFS )
 import BasicTypes       ( Arity )
-import CmdLineOpts     ( DynFlags, opt_RuntimeTypes )
+import DynFlags                ( DynFlags )
+import StaticFlags     ( opt_RuntimeTypes )
 import Outputable
 
 infixr 9 `thenLne`