From: Ian Lynagh Date: Tue, 10 Jul 2007 23:26:35 +0000 (+0000) Subject: Opt_GlasgowExts is no longer used, so remove it X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c5c5f430c9c5538bb2326ead92e5141448ed3c2a Opt_GlasgowExts is no longer used, so remove it --- diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 951b50e..59391ef 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -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