X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FDynFlags.hs;h=4aea08345a04110861d43193f5b5fe4484ebff30;hp=5b93d197f0af1bbdf9f377f68f45c7a7d3646829;hb=58916f710a0f4789925d62c5951b15ee1d11b1a1;hpb=7317813ad5b1554ba4a0f139ff9d70dd6a4c8ab0 diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 5b93d19..4aea083 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -1094,12 +1094,12 @@ xFlags :: [(String, DynFlag)] xFlags = [ ( "FI", Opt_FFI ), -- support `-ffi'... ( "FFI", Opt_FFI ), -- ...and also `-fffi' - ( "ForeignFunctionInterface", Opt_FFI ), -- ...and also `-fffi' + ( "ForeignFunctionInterface", Opt_FFI ), ( "Arrows", Opt_Arrows ), -- arrow syntax ( "Parr", Opt_PArr ), - ( "TH", Opt_TH ), + ( "TH", Opt_TH ), -- support -fth ( "TemplateHaskelll", Opt_TH ), ( "Generics", Opt_Generics ),