Don't start a GHC session before answering --version/--numeric-version
authorIan Lynagh <igloo@earth.li>
Fri, 19 Jan 2007 15:52:31 +0000 (15:52 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 19 Jan 2007 15:52:31 +0000 (15:52 +0000)
commitb0cf51f6c34ad464e51ba20e07d22df379298468
tree00cd9e91d310d4d4da5d7f81fc25e73eade0fe90
parent200d2b8bd462a8356e5cf731a99055d4c7461959
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.
compiler/main/Main.hs