cvs commit: fptools/ghc/compiler/main Main.hs

Simon Marlow simonmar@glass.cse.ogi.edu
Wed, 4 Jul 2001 08:43:39 -0700


simonmar    2001/07/04 08:43:39 PDT

  Modified files:
    ghc/compiler/main    Main.hs 
  Log:
  Only print out the GHCi banner when verbosity >= 1, so you can omit
  the banner with -v0 (useful for tests where you don't want the GHC
  version number appearing in the output).
  
  Revision  Changes    Path
  1.80      +8 -8      fptools/ghc/compiler/main/Main.hs