- 27 Oct, 2000 7 commits
-
-
simonmar authored
Don't pass the finder around any more. Instead, its state lives in the I/O monad. module Finder ( newFinder, -- :: PackageConfigInfo -> IO (), findModule, -- :: ModuleName -> IO (Maybe (Module, ModuleLocation)) ModuleLocation(..), mkHomeModuleLocn, ) where
-
sewardj authored
baseRegOffset: handle long-regs correctly.
-
simonmar authored
fill in the package cache on the first lookup too.
-
simonmar authored
Change the finder so that it doesn't fill in the home cache until it is first used.
-
sewardj authored
Remove some redundant -fvia-Cs, wot offend mine eye.
-
sewardj authored
No longer needed. Bye bye Argv!
-
sewardj authored
Don't link happy-generated objects twice.
-
- 26 Oct, 2000 7 commits
-
-
sewardj authored
Final changes to get it to compile.
-
sewardj authored
Compile everything up to Main. The Really Entertaining News (tm) is that there are still modules beyond Main to fix up :-)
-
simonmar authored
Simon's stuff
-
sewardj authored
Make HscMain compile. Hurrah!
-
simonmar authored
Fix up
-
sewardj authored
So Simon can proceed with driver hacks.
-
simonpj authored
wibbles
-
- 25 Oct, 2000 8 commits
-
-
sewardj authored
Wibbles from Julian
-
simonpj authored
writeIface stuff
-
sewardj authored
Compile up to HscMain. Again :)
-
simonpj authored
Wibbles
-
simonpj authored
Tons of stuff for the mornings work
-
sewardj authored
Sort out linking of interpreted code a bit.
-
sewardj authored
HscMain: more details on parsing and codegen, and handle parse/rename/tc failure correctly.
-
simonpj authored
More renamer stuff; still in flight
-
- 24 Oct, 2000 14 commits
-
-
simonpj authored
Stuff to do with Rules; may not compile
-
sewardj authored
More bitz n pieces.
-
simonmar authored
StgToDo done
-
simonmar authored
Compiles up to DriverFlags
-
simonpj authored
More renamer
-
sewardj authored
First shot at revised hscMain.
-
sewardj authored
Compile everything needed by main/HscMain.
-
sewardj authored
Changes to make CodeOutput compile.
-
simonpj authored
Wibbles
-
sewardj authored
Make the back-end world compile.
-
simonpj authored
More renamer; move stuff into (new) RnHiFiles.lhs
-
simonpj authored
Small wibbles
-
simonpj authored
Remove HsPragmas; hasnt been used for ages
-
simonpj authored
Mainly MkIface
-
- 23 Oct, 2000 4 commits
-
-
simonpj authored
A tiny bit more
-
simonpj authored
More renamer stuff
-
sewardj authored
Plumb a function :: Name -> Maybe Fixity into the depths of the deriver for deriving Show and Read. This information is in the ModIFaces, not the ModDetails, and we don't want to send complete ModIFaces into the typechecker.
-
simonpj authored
Put early-exit code in Rename.lhs
-