X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2FMain.hs;h=8348897bd3f83752160bbba3103e7d178cbe169a;hb=028b79fe599d8129b6212b0efb601a6cfc55c1ef;hp=2a9742d75fb4b6d5acdafa8dc70d8b30ba7fecdf;hpb=8ee215b9aa2fe37b435e404aad8bb07c6ce1836d;p=ghc-hetmet.git diff --git a/ghc/Main.hs b/ghc/Main.hs index 2a9742d..8348897 100644 --- a/ghc/Main.hs +++ b/ghc/Main.hs @@ -534,7 +534,7 @@ mode_flags = Supported , Flag "-abi-hash" (PassFlag (setMode doAbiHashMode)) Supported - , Flag "e" (HasArg (\s -> setMode (doEvalMode s) "-e")) + , Flag "e" (SepArg (\s -> setMode (doEvalMode s) "-e")) Supported -- -fno-code says to stop after Hsc but don't generate any code.