From: simonpj@microsoft.com Date: Thu, 21 Jun 2007 16:21:52 +0000 (+0000) Subject: -fglasgow-exts implies -X=GADTs X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=5e8d76a68c5eda2edabc2e375ee60f447f30f5b1 -fglasgow-exts implies -X=GADTs --- diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 0a18964..b992228 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -1121,6 +1121,7 @@ impliedFlags = [ glasgowExtsFlags = [ Opt_GlasgowExts , Opt_FFI + , Opt_GADTs , Opt_ImplicitParams , Opt_ScopedTypeVariables , Opt_TypeFamilies ]