- Feb 25, 1998
-
-
Simon Marlow authored
remove hslibs reference, add \$Id\$.
-
Simon Marlow authored
remove references to hslibs, and add \$Id\$
-
Simon Marlow authored
InstHsLibDir isn't used: nuke.
-
Simon Marlow authored
remove references to hslibs.
-
Simon Marlow authored
Don't use lazy unboxed bindings in strictToLazyST. Write out what we want explicity using case expressions.
-
sof authored
cygwin32: if no -o given, tell linker to create main.exe
-
sof authored
HPUX fix to allow non-empty consistency chunks pass through OK
-
sof authored
Prefix output with a newline to cope with Makefiles not having a newline at the end
-
- Feb 24, 1998
-
-
Simon Marlow authored
release notes for 3.02.
-
sof authored
inserted missing semicolon
-
Simon Peyton Jones authored
Better pattern binding desugaring
-
- Feb 23, 1998
-
-
Simon Peyton Jones authored
A bit more specialise code
-
Simon Marlow authored
add missing 'True' case to instance Outputable Bool.
-
Simon Marlow authored
Hugs type-checker bug.
-
Simon Marlow authored
bump GHC version to 3.02.
-
Simon Marlow authored
Fix CharLike and IntLike support: - rename maybeCharLikeTyCon to maybeCharLikeCon - rename maybeIntLikeTyCon to maybeIntLikeCon and make them return Bool instead of (Maybe TyCon).
-
Simon Marlow authored
src/Readline.lhs --> Readline.lhs
-
Simon Marlow authored
add multi-dimensional array test.
-
- Feb 22, 1998
- Feb 20, 1998
-
-
Simon Peyton Jones authored
Partially-written new specialiser
-
Simon Marlow authored
97 --> 98
-
Simon Marlow authored
- InstLibDir --> InstLibDirGhc - ${INSTALLING} --> $INSTALLING
-
Simon Marlow authored
- mk-version-symlinks not needed any more: the links are installed by the relevant Makefiles. - install the link from $(package) to $(package-version) in the installation directory.
-
Simon Marlow authored
include the release notes in the introduction section.
-
Simon Marlow authored
add missing entries.
-
Simon Marlow authored
version 3.01.
-
Simon Marlow authored
3.01 updates.
-
Simon Marlow authored
update for 3.01
-
Simon Marlow authored
cut-n-paste-o.
-
Simon Marlow authored
cut-and-paste-o.
-
Simon Marlow authored
remove spurious reference to GHC.hi (probably a cut-and-paste-o).
-
- Feb 19, 1998
-
-
sof authored
- Handle \begin{code} ... \end{code} + <code> ... </code>
-
sof authored
don't recurse over the different ways with `make runtests' inside leaf directories, leave that to `make all'.
-
sof authored
Adjust a couple of dummy references to point to PrelGHC rather than GHC.
-
Simon Marlow authored
header file for ByteOps.c.
-
Simon Marlow authored
C support for ByteOps.lhs.
-
Simon Marlow authored
remove comment on GhcProjectVersion: it caused problems with make dist.
-
- Feb 18, 1998