FIX #1181: parseStaticFlags should not be required
authorSimon Marlow <simonmar@microsoft.com>
Thu, 10 May 2007 15:45:42 +0000 (15:45 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 10 May 2007 15:45:42 +0000 (15:45 +0000)
commitff91258cdc66148172e8533ebd115a836aa67b1b
treef92bc878d4f9ec52848ea948183e0074d6a9d905
parent4aedbf70883538ce30a0354d40c47e6db8466b0f
FIX #1181: parseStaticFlags should not be required

- parseStaticFlags is now not required, but if it is called, it should
  be called only once and before newSession, otherwise you get an
  error.
- parseStaticFlags is exported from GHC
compiler/main/GHC.hs
compiler/main/StaticFlags.hs