Initialise Settings before DynFlags
authorIan Lynagh <igloo@earth.li>
Thu, 21 Apr 2011 23:21:23 +0000 (00:21 +0100)
committerIan Lynagh <igloo@earth.li>
Thu, 21 Apr 2011 23:51:47 +0000 (00:51 +0100)
commitbfa0c2ed1e4cd07c7934901520cb04db6b79cd9d
treeb89d0ecd4d0546273b3d4732c5eb2f69e4f1f60d
parente550494a8e6d28274fa124bdb10d4c7f40fe074b
Initialise Settings before DynFlags

Stops us having to temporarily have a panic in the DynFlags.
We still need a panic in the DynFlags used for the top-level
error handler, though.
compiler/main/DynFlags.hs
compiler/main/GHC.hs
ghc/Main.hs
utils/ghctags/Main.hs