[project @ 2005-03-18 13:37:27 by simonmar]
[ghc-hetmet.git] / ghc / compiler / prelude / PrelRules.lhs
index 3a3c02c..04b24c3 100644 (file)
@@ -44,7 +44,7 @@ import Maybes         ( orElse )
 import Name            ( Name )
 import Outputable
 import FastString
-import CmdLineOpts      ( opt_SimplExcessPrecision )
+import StaticFlags      ( opt_SimplExcessPrecision )
 
 import DATA_BITS       ( Bits(..) )
 #if __GLASGOW_HASKELL__ >= 500