Tidy up comments in DynFlags
authorIan Lynagh <igloo@earth.li>
Sun, 8 Jul 2007 10:23:22 +0000 (10:23 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 8 Jul 2007 10:23:22 +0000 (10:23 +0000)
compiler/main/DynFlags.hs

index 5b93d19..4aea083 100644 (file)
@@ -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 ),