- 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 11 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
-
simonm authored
fix for the getWorkerIdAndCons bug.
-
simonm authored
add a few more change notes.
-
simonm authored
print idinfo with a BigCoreBinder.
-
simonm authored
a few changes to the 2.10 announcement
-
- 19 Dec, 1997 13 commits
-
-
simonm authored
use PACKAGE_BINS to get the actual binaries to install.
-
simonm authored
set GhcBinDistBins.
-
simonm authored
add PACKAGE_BINS for a binary_dist.
-
simonm authored
don't split objects for way "mr" too.
-
simonm authored
bump a few heap sizes to be on the safe side.
-
simonm authored
hi file comes out on stderr, not stdout.
-
simonm authored
add test for getWorkerIdAndCons bug.
-
simonm authored
Move array tests from ghc/lib to ghc/tests and put them in our test framework.
-
simonm authored
add subdirectory 'array'.
-
simonm authored
Move array tests from ghc/lib to ghc/tests and put them in our test framework.
-
sof authored
Cleaned out old defnition of lex_id
-
sof authored
Having unbalanced parantheses inside cpp macros is also Bad, Bad, Bad.
-
simonm authored
fix bug in sameVal on ApproxFuns.
-
- 18 Dec, 1997 2 commits
- 17 Dec, 1997 3 commits