- 27 Oct, 2000 13 commits
-
-
simonmar authored
fix imports
-
sewardj authored
Final mods to make it compile with 4.08.1. You don't get an interpreter like that, tho.
-
simonmar authored
typo
-
sewardj authored
Half-way through versioning so it will compile, sans interpreter, with 4.08.1
-
simonmar authored
remove unneeded exports
-
sewardj authored
Track changes to the finder (now is a global variable and not passed around). Also some fixes to flag handling.
-
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 12 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
-