cvs commit: fptools/ghc/compiler/main CmdLineOpts.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Tue, 10 Oct 2000 08:42:33 -0700


simonmar    2000/10/10 08:42:32 PDT

  Modified files:
    ghc/compiler/main    CmdLineOpts.lhs 
  Log:
  Define HscLang, the output format of hsc.
  
  Remove opt_OutputLanguage, opt_OutputFile, and a few other flags which
  we're going to do through DynFlags or directly as arguments to hscLang now.
  
  Revision  Changes    Path
  1.98      +20 -22    fptools/ghc/compiler/main/CmdLineOpts.lhs