Separate the language flags from the other DynFlag's
[ghc-hetmet.git] / compiler / rename / RnSource.lhs
index 9b04da0..e362a12 100644 (file)
@@ -46,7 +46,7 @@ import Bag
 import FastString
 import Util            ( filterOut )
 import SrcLoc
-import DynFlags                ( DynFlag(..), DynFlags, thisPackage )
+import DynFlags
 import HscTypes                ( HscEnv, hsc_dflags )
 import BasicTypes       ( Boxity(..) )
 import ListSetOps       ( findDupsEq )