- 31 Oct, 2000 11 commits
-
-
simonmar authored
docbook police
-
simonpj authored
PrelBase compiles!
-
sewardj authored
* Stop pipeline when recompilation not needed. * Check OPTIONS pragmas for non-dynamic flags. * Misc wibbles.
-
simonpj authored
Improve MkIface; get ready for NameEnv.lhs
-
simonmar authored
display unknown flags with a leading dash.
-
simonmar authored
remove extra leading dash from isStaticFlag predicate
-
simonmar authored
- fix the way flags, don't complain about non-static way flags - reset the dyn flags before each compilation cycle
-
simonmar authored
GHC_INPLACE is in ghc/compiler now.
-
simonpj authored
Error in TcDeriv
-
simonpj authored
Make it work again!
-
simonpj authored
More tidying up; esp of isLocallyDefined
-
- 30 Oct, 2000 9 commits
-
-
sewardj authored
Move readIface from RnM to IO, and commensurate changes. Also, add a field to ModuleLocation to hold preprocessed source locations.
-
rrt authored
cp and chmod during install switched over in case we're copying from a read-only medium or something.
-
simonpj authored
Renamer tidying up
-
sewardj authored
Only pass a ModuleLocation into hscMain, not a ModSummary, so as to facilitate Main.main not necessarily being in Main.hs.
-
sewardj authored
Don't be so promiscuous about hoovering up any and all files into the home/package directory caches.
-
sewardj authored
Tmp hacks to allow source-unchangedness to work in one-shot compilation.
-
simonpj authored
wibble
-
simonpj authored
Fix Name
-
simonpj authored
First steps to making it work
-
- 27 Oct, 2000 20 commits
-
-
simonpj authored
Wibble
-
simonmar authored
build as ghc-$(ProjectVersion), link to ghc (as per driver)
-
simonmar authored
don't need GHC_HSC_DIR and GHC_HSC any more.
-
simonmar authored
hsc ==> ghc
-
simonmar authored
remove interfaceFileVersion, this comes in through Config.hs now.
-
simonpj authored
Win32 hacks.
-
simonmar authored
fix location of .hi file for packages
-
sewardj authored
Fix various platform-dependent bogons.
-
sewardj authored
Avoid circularity between these two on Win32.
-
simonmar authored
don't fake the processID
-
simonmar authored
remove traces
-
simonmar authored
fix some obvious bogons
-
simonmar authored
create ghc-inplace
-
simonmar authored
wibbles
-
simonmar authored
s/allocMemory__/malloc
-
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
-