- Oct 31, 2000
-
-
Simon Marlow authored
GHC_INPLACE is in ghc/compiler now.
-
Simon Peyton Jones authored
Error in TcDeriv
-
Simon Peyton Jones authored
Make it work again!
-
Simon Peyton Jones authored
More tidying up; esp of isLocallyDefined
-
- Oct 30, 2000
-
-
Julian Seward authored
Move readIface from RnM to IO, and commensurate changes. Also, add a field to ModuleLocation to hold preprocessed source locations.
-
Reuben Thomas authored
cp and chmod during install switched over in case we're copying from a read-only medium or something.
-
Simon Peyton Jones authored
Renamer tidying up
-
Julian Seward authored
Only pass a ModuleLocation into hscMain, not a ModSummary, so as to facilitate Main.main not necessarily being in Main.hs.
-
Julian Seward authored
Don't be so promiscuous about hoovering up any and all files into the home/package directory caches.
-
Julian Seward authored
Tmp hacks to allow source-unchangedness to work in one-shot compilation.
-
Simon Peyton Jones authored
wibble
-
Simon Peyton Jones authored
Fix Name
-
Simon Peyton Jones authored
First steps to making it work
-
- Oct 27, 2000
-
-
Simon Peyton Jones authored
Wibble
-
Simon Marlow authored
build as ghc-$(ProjectVersion), link to ghc (as per driver)
-
Simon Marlow authored
don't need GHC_HSC_DIR and GHC_HSC any more.
-
Simon Marlow authored
hsc ==> ghc
-
Simon Marlow authored
remove interfaceFileVersion, this comes in through Config.hs now.
-
Simon Peyton Jones authored
Win32 hacks.
-
Simon Marlow authored
fix location of .hi file for packages
-
Julian Seward authored
Fix various platform-dependent bogons.
-
Julian Seward authored
Avoid circularity between these two on Win32.
-
Simon Marlow authored
don't fake the processID
-
Simon Marlow authored
remove traces
-
Simon Marlow authored
fix some obvious bogons
-
Simon Marlow authored
create ghc-inplace
-
Simon Marlow authored
wibbles
-
Simon Marlow authored
s/allocMemory__/malloc
-
Simon Marlow authored
fix imports
-
Julian Seward authored
Final mods to make it compile with 4.08.1. You don't get an interpreter like that, tho.
-
Simon Marlow authored
typo
-
Julian Seward authored
Half-way through versioning so it will compile, sans interpreter, with 4.08.1
-
Simon Marlow authored
remove unneeded exports
-
Julian Seward authored
Track changes to the finder (now is a global variable and not passed around). Also some fixes to flag handling.
-
Simon Marlow 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
-
Julian Seward authored
baseRegOffset: handle long-regs correctly.
-
Simon Marlow authored
fill in the package cache on the first lookup too.
-
Simon Marlow authored
Change the finder so that it doesn't fill in the home cache until it is first used.
-
Julian Seward authored
Remove some redundant -fvia-Cs, wot offend mine eye.
-
Julian Seward authored
No longer needed. Bye bye Argv!
-