- 20 Apr, 2001 1 commit
-
-
sewardj authored
merge rev 1.4.2.1
-
- 20 Nov, 2000 2 commits
-
-
sewardj authored
Summarise and mkDependHS faster, by doing fewer passes over the module's text.
-
sewardj authored
* (CompManager) recompile if in interactive mode and no old linkable exists * (HscMain) don't write interface files in interactive mode * (everywhere) switch arg order to unJust for PAP purposes
-
- 17 Nov, 2000 1 commit
-
-
sewardj authored
Facilitate handling the situation where name of module /= name of file. This is handled in CompManager.summarise, which can inspect the source to see what the _real_ module name is, and act accordingly. All a bit messy -- needs a rethink.
-
- 16 Nov, 2000 1 commit
-
-
simonmar authored
Moving things around a bit to avoid cycles. Further progress on interactive linker.
-
- 02 Aug, 2000 1 commit
-
-
simonmar authored
Assimilate mkdependHS into the driver, obsoleting the old Perl version. The functionality is pretty much identical, except a few of the flags accepted by the old version aren't implemented (--exclude-module, --exclude-directory, --include-module). If anyone needs these options, please speak up.
-