patch applied (ghc): Separate the static flag parser from the
static global variables
Ian Lynagh
igloo at earth.li
Tue Aug 26 20:55:22 EDT 2008
Tue Aug 26 08:56:12 PDT 2008 Ian Lynagh <igloo at earth.li>
* Separate the static flag parser from the static global variables
This allows us to avoid a module import loop:
CmdLineParser -> SrcLoc -> Outputable -> StaticFlags -> CmdLineParser
M ./compiler/ghc.cabal +1
M ./compiler/main/GHC.hs +1
A ./compiler/main/StaticFlagParser.hs
M ./compiler/main/StaticFlags.hs -187 +4
M ./ghc/Main.hs +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080826155612-3fd76-d8ec4567294bd9573bc3a512c4bf9fa74ed4c983.gz
More information about the Cvs-ghc
mailing list