X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FDriverFlags.hs;h=c4a3e969636f1527d45dcbc0877361e7d75b927a;hb=3a223cd2811d46295048b3a2dab11403ca291b20;hp=378265e31e672789a5afa743887181e2858e7070;hpb=d28ba8c800901bea01f70c4719278c2a364cf9fc;p=ghc-hetmet.git diff --git a/ghc/compiler/main/DriverFlags.hs b/ghc/compiler/main/DriverFlags.hs index 378265e..c4a3e96 100644 --- a/ghc/compiler/main/DriverFlags.hs +++ b/ghc/compiler/main/DriverFlags.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverFlags.hs,v 1.116 2003/06/23 10:35:17 simonpj Exp $ +-- $Id: DriverFlags.hs,v 1.117 2003/06/24 07:58:20 simonpj Exp $ -- -- Driver flags -- @@ -455,6 +455,7 @@ fFlags = [ ( "fi", Opt_FFI ), -- support `-ffi'... ( "ffi", Opt_FFI ), -- ...and also `-fffi' ( "with", Opt_With ), -- with keyword + ( "arrows", Opt_Arrows ), -- arrow syntax ( "parr", Opt_PArr ), ( "allow-overlapping-instances", Opt_AllowOverlappingInstances ), ( "allow-undecidable-instances", Opt_AllowUndecidableInstances ),