[project @ 2001-03-12 14:06:46 by simonpj]
authorsimonpj <unknown>
Mon, 12 Mar 2001 14:06:47 +0000 (14:06 +0000)
committersimonpj <unknown>
Mon, 12 Mar 2001 14:06:47 +0000 (14:06 +0000)
commit9fdd90b00f159463165f739c44943e53fb553c19
tree831321d04f944a35d35487902767d53062691cd3
parent6d6fccd075268f92cb4fe8cde58c080c1ae48eef
[project @ 2001-03-12 14:06:46 by simonpj]
----------------
First cut at ILX
----------------

This commit puts the ILX .NET code generator into the head.
It's entirely untested, mind you.

Some changes to the Module/Package strutures, mainly of a
naming variety.  In particular:

Package ===> PackageConfig
ghc/compiler/basicTypes/Module.lhs
ghc/compiler/compMan/CmStaticInfo.lhs
ghc/compiler/ghci/InteractiveUI.hs
ghc/compiler/ilxGen/IlxGen.lhs
ghc/compiler/main/CodeOutput.lhs
ghc/compiler/main/DriverFlags.hs
ghc/compiler/main/DriverState.hs
ghc/compiler/main/Finder.lhs
ghc/compiler/main/PackageMaintenance.hs
ghc/compiler/main/ParsePkgConf.y
ghc/compiler/rename/RnMonad.lhs