[project @ 2005-03-18 13:37:27 by simonmar]
[ghc-hetmet.git] / ghc / compiler / deSugar / DsListComp.lhs
index 1f20f59..6192d5a 100644 (file)
@@ -18,7 +18,8 @@ import CoreSyn
 import DsMonad         -- the monadery used in the desugarer
 import DsUtils
 
-import CmdLineOpts     ( DynFlag(..), dopt, opt_RulesOff )
+import DynFlags                ( DynFlag(..), dopt )
+import StaticFlags     ( opt_RulesOff )
 import CoreUtils       ( exprType, mkIfThenElse )
 import Id              ( idType )
 import Var              ( Id )