Skip to content
  • Ian Lynagh's avatar
    Print the right usage message · 1ae32688
    Ian Lynagh authored
    The logic for printing the ghc and ghci usage messages was inverted.
    However, the ghci case will never actually happen with the current code,
    as we print a usage message when cli_mode == ShowUsage and choose the
    ghci usage message if cli_mode == DoInteractive. This should be fixed
    as part of a larger options handling overhaul.
    1ae32688