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

Ian Lynagh <[email protected]> Fri, 19 Jan 2007 11:02:43 -0800
Newsgroups gmane.comp.lang.haskell.cvs.all
Message-ID <20070119190243.GA7739__35850.6095632494$1169233381$gmane$org@cvs.haskell.org>
Fri Jan 19 07:52:31 PST 2007  Ian Lynagh <[email protected]>
  * 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