[project @ 2005-03-18 13:37:27 by simonmar]
[ghc-hetmet.git] / ghc / compiler / codeGen / CgUtils.hs
index c8cae4b..643c491 100644 (file)
@@ -52,7 +52,7 @@ import CLabel         ( CLabel, mkStringLitLabel )
 import Digraph         ( SCC(..), stronglyConnComp )
 import ListSetOps      ( assocDefault )
 import Util            ( filterOut, sortLe )
-import CmdLineOpts     ( DynFlags(..), HscTarget(..) )
+import DynFlags        ( DynFlags(..), HscTarget(..) )
 import FastString      ( LitString, FastString, unpackFS )
 import Outputable