X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FDynFlags.hs;h=b033bf324957c728b64583d6fcceaa6fd0cff4ab;hp=26948e18f00f31dc09a85cbf30e52fa03a0b4c0a;hb=c71662b207222b409ac678b5e6c55d0fec8df2b7;hpb=922de8ca1aa3f2a1796e8cfa9bf8e52d7b959d9b diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 26948e1..b033bf3 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -189,6 +189,7 @@ data DynFlag | Opt_KindSignatures | Opt_ParallelListComp | Opt_GeneralizedNewtypeDeriving + | Opt_RecursiveDo -- optimisation opts | Opt_Strictness @@ -1106,6 +1107,7 @@ xFlags = [ ( "FFI", Opt_FFI ), -- ...and also `-fffi' ( "ForeignFunctionInterface", Opt_FFI ), + ( "RecursiveDo", Opt_RecursiveDo ), ( "Arrows", Opt_Arrows ), -- arrow syntax ( "Parr", Opt_PArr ), @@ -1149,6 +1151,7 @@ glasgowExtsFlags = [ Opt_GlasgowExts , Opt_ScopedTypeVariables , Opt_MultiParamTypeClasses , Opt_MagicHash + , Opt_RecursiveDo , Opt_ParallelListComp , Opt_EmptyDataDecls , Opt_KindSignatures