- 14 Jan, 1998 3 commits
- 13 Jan, 1998 4 commits
-
-
simonm authored
forgot to remove this
-
simonm authored
Remove fastmake, gmake FAST=YES does the same thing now.
-
simonm authored
Don't include .depend if FAST is defined. This means that gmake <blah> FAST=YES is equivalent to the old fastmake.
-
simonm authored
SGML version of the installation guide. SGML-Tools 1.0.3 or later is required, and the indexing still doesn't work automatically.
-
- 12 Jan, 1998 6 commits
-
-
simonm authored
remove more version cruft.
-
simonm authored
change a few datatypes to newtypes.
-
simonm authored
no need to override ways here.
-
simonm authored
forget it; there's no portable way to install a link.
-
simonm authored
add INSTALL_BIN_LINKS for linking things in $(bindir)
-
simonpj authored
Fix renamer global/local env bug
-
- 11 Jan, 1998 1 commit
-
-
simonm authored
explicitly import BinderInfo.BinderInfo to keep mkdependHS happy (CoreSyn.hi-boot refers to it).
-
- 09 Jan, 1998 8 commits
-
-
simonm authored
bump version to 3.00
-
simonm authored
- remove Ghc2_0 - bump GHC version number to 3.00 - default compiler to build with is 2.10
-
simonm authored
protect an import with #ifdef DEBUG.
-
simonm authored
add hints about checking out extra bits into an existing tree.
-
simonm authored
LoopHack not needed anymore.
-
sof authored
startPerformIO: push realWorld# token on the B stack now.
-
sof authored
Removed support for picking up plausible source file names inside the ghc options chunk of the command line. It failed to deal with `option-value' stuff present on some invocations of ghc (e.g., "-ohi foo.baz").
-
simonm authored
Add missing file from Multi-param merge.
-
- 08 Jan, 1998 2 commits
-
-
simonm authored
The Great Multi-Parameter Type Classes Merge. Notes from Simon (abridged): * Multi-parameter type classes are fully implemented. * Error messages from the type checker should be noticeably improved * Warnings for unused bindings (-fwarn-unused-names) * many other minor bug fixes. Internally there are the following changes * Removal of Haskell 1.2 compatibility. * Dramatic clean-up of the PprStyle stuff. * The type Type has been substantially changed. * The dictionary for each class is represented by a new data type for that purpose, rather than by a tuple.
-
areid authored
Added an overview section, commented out some of the more bogus parts of the document (but some bits still remain)
-
- 07 Jan, 1998 5 commits
- 02 Jan, 1998 2 commits
-
-
simonm authored
Some shells have problems with 'for i in ; do ...', so protect the relevant for loops with 'if test <string>; then ...'.
-
simonm authored
Replace three 'test ... && ...' sequences with 'if ... then ... fi', since the test form would fail, causing some non-GNU makes to bomb out (maybe they invoke sh with -e?).
-
- 01 Jan, 1998 1 commit
-
-
simonm authored
compile simplStg/UpdAnal.lhs with -fno-strictness until the strictness analyser bug is fixed.
-
- 23 Dec, 1997 1 commit
-
-
areid authored
-
- 22 Dec, 1997 7 commits
-
-
simonm authored
portabilify a test.
-
simonm authored
remove some superfluous-looking parenthesis around a test.
-
simonm authored
fix a couple of typos.
-
simonm authored
remove support for using the Happy from the tree.
-
simonm authored
reinforce the test for Happy: version 1.4 or later is now *required*
-
simonm authored
put note about Happy being separated out.
-
simonm authored
add a .sgml->.tex rule
-