Opt_GlasgowExts is no longer used, so remove it
authorIan Lynagh <igloo@earth.li>
Tue, 10 Jul 2007 23:26:35 +0000 (23:26 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 10 Jul 2007 23:26:35 +0000 (23:26 +0000)
compiler/main/DynFlags.hs

index 951b50e..59391ef 100644 (file)
@@ -166,7 +166,6 @@ data DynFlag
    | Opt_MonomorphismRestriction
    | Opt_MonoPatBinds
    | Opt_ExtendedDefaultRules          -- Use GHC's extended rules for defaulting
-   | Opt_GlasgowExts
    | Opt_FFI
    | Opt_UnliftedFFITypes
    | Opt_PArr                          -- Syntactic support for parallel arrays
@@ -1188,8 +1187,8 @@ impliedFlags = [
   ( Opt_GADTs, [Opt_RelaxedPolyRec] )  -- We want type-sig variables to be completely rigid for GADTs
   ]
 
-glasgowExtsFlags = [ Opt_GlasgowExts 
-           , Opt_PrintExplicitForalls
+glasgowExtsFlags = [
+             Opt_PrintExplicitForalls
                   , Opt_FFI 
            , Opt_UnliftedFFITypes
                   , Opt_GADTs