patch applied (ghc-6.6/ghc): MERGED: Don' t start a GHC session before answering --version/--numeric-version

Ian Lynagh <[email protected]> Fri, 19 Jan 2007 11:04:00 -0800
Newsgroups gmane.comp.lang.haskell.cvs.all
Message-ID <20070119190400.GA7934__32742.0091060505$1169233448$gmane$org@cvs.haskell.org>
Fri Jan 19 07:57:40 PST 2007  Ian Lynagh <[email protected]>
  * MERGED: Don't start a GHC session before answering --version/--numeric-version
  This also fixes bootstrapping issues, as when bootstrapping we don't
  have a package.conf when we run configure, so it fails to work out
  what version of GHC it is which causes breakage later on.

    M ./compiler/main/Main.hs -10 +22