Separate the language flags from the other DynFlag's
[ghc-hetmet.git] / compiler / typecheck / TcPat.lhs
index 5592b80..022796e 100644 (file)
@@ -36,7 +36,7 @@ import TyCon
 import DataCon
 import PrelNames
 import BasicTypes hiding (SuccessFlag(..))
-import DynFlags        ( DynFlag( Opt_GADTs ) )
+import DynFlags
 import SrcLoc
 import ErrUtils
 import Util