Separate the language flags from the other DynFlag's
[ghc-hetmet.git] / compiler / rename / RnPat.lhs
index fffd80f..01f621b 100644 (file)
@@ -40,7 +40,7 @@ import TcRnMonad
 import TcHsSyn         ( hsOverLitName )
 import RnEnv
 import RnTypes
-import DynFlags                ( DynFlag(..) )
+import DynFlags
 import PrelNames
 import Constants       ( mAX_TUPLE_SIZE )
 import Name