From c5c5f430c9c5538bb2326ead92e5141448ed3c2a Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 10 Jul 2007 23:26:35 +0000 Subject: [PATCH] Opt_GlasgowExts is no longer used, so remove it --- compiler/main/DynFlags.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 1.7.10.4