- Jan 09, 1998
-
-
Simon Marlow authored
bump version to 3.00
-
Simon Marlow authored
- remove Ghc2_0 - bump GHC version number to 3.00 - default compiler to build with is 2.10
-
Simon Marlow authored
protect an import with #ifdef DEBUG.
-
Simon Marlow authored
add hints about checking out extra bits into an existing tree.
-
Simon Marlow 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").
-
Simon Marlow authored
Add missing file from Multi-param merge.
-
- Jan 08, 1998
-
-
Simon Marlow 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.
-
Alastair Reid authored
Added an overview section, commented out some of the more bogus parts of the document (but some bits still remain)
-
- Jan 07, 1998
-
-
Simon Marlow authored
add nofib/GHC_ONLY/array002 to the array test suite.
-
Simon Marlow authored
Add numeric tests from nofib/GHC_ONLY.
-
Simon Marlow authored
I was *sure* I'd removed these before...
-
Simon Marlow authored
protect part of the binary-dist rules against 'for i in ; do ...'.
-
Simon Marlow authored
patch level 1
-
- Jan 02, 1998
-
-
Simon Marlow authored
Some shells have problems with 'for i in ; do ...', so protect the relevant for loops with 'if test <string>; then ...'.
-
Simon Marlow 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?).
-
- Jan 01, 1998
-
-
Simon Marlow authored
compile simplStg/UpdAnal.lhs with -fno-strictness until the strictness analyser bug is fixed.
-
- Dec 23, 1997
-
-
Alastair Reid authored
-
- Dec 22, 1997
-
-
Simon Marlow authored
portabilify a test.
-
Simon Marlow authored
remove some superfluous-looking parenthesis around a test.
-
Simon Marlow authored
fix a couple of typos.
-
Simon Marlow authored
remove support for using the Happy from the tree.
-
Simon Marlow authored
reinforce the test for Happy: version 1.4 or later is now *required*
-
Simon Marlow authored
put note about Happy being separated out.
-
Simon Marlow authored
add a .sgml->.tex rule
-
Simon Marlow authored
fix for the getWorkerIdAndCons bug.
-
Simon Marlow authored
add a few more change notes.
-
Simon Marlow authored
print idinfo with a BigCoreBinder.
-
Simon Marlow authored
a few changes to the 2.10 announcement
-
- Dec 19, 1997
-
-
Simon Marlow authored
use PACKAGE_BINS to get the actual binaries to install.
-
Simon Marlow authored
set GhcBinDistBins.
-
Simon Marlow authored
add PACKAGE_BINS for a binary_dist.
-
Simon Marlow authored
don't split objects for way "mr" too.
-
Simon Marlow authored
bump a few heap sizes to be on the safe side.
-
Simon Marlow authored
hi file comes out on stderr, not stdout.
-
Simon Marlow authored
add test for getWorkerIdAndCons bug.
-
Simon Marlow authored
Move array tests from ghc/lib to ghc/tests and put them in our test framework.
-
Simon Marlow authored
add subdirectory 'array'.
-
Simon Marlow authored
Move array tests from ghc/lib to ghc/tests and put them in our test framework.
-