-fglasgow-exts no longer implies -fbang-patterns
[ghc-hetmet.git] / compiler / main / DynFlags.hs
index f02e676..9f1f532 100644 (file)
@@ -1042,8 +1042,7 @@ glasgowExtsFlags = [
   Opt_GlasgowExts, 
   Opt_FFI, 
   Opt_ImplicitParams, 
-  Opt_ScopedTypeVariables,
-  Opt_BangPatterns ]
+  Opt_ScopedTypeVariables ]
 
 isFFlag f = f `elem` (map fst fFlags)
 getFFlag f = fromJust (lookup f fFlags)