- Feb 23, 1998
-
-
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
- Feb 17, 1998
-
-
sof authored
don't look for green-card binary, use the one in the build tree instead.
-
sof authored
- TAGS rule: be quiet if we fail to copy generated TAGS file from build to source tree.
-
sof authored
- arityErr: prefix error message with what kind of constructor that is being used wrongly.
-
Simon Marlow authored
Remove redundant PROJECT{VERSION,NAME,PATCHLEVEL} in favour of ProjectVersion etc. from config.mk.in.
-
- Feb 16, 1998
-
-
sof authored
Intial checkin of h/direct - an IDL to Haskell compiler.
-
- Feb 14, 1998
-
-
sof authored
Adjusted PrelRead heap setting.
-
- Feb 12, 1998
-
-
sof authored
New attempt at converting backslashes into forward ones.
-
Simon Marlow authored
combining undeclared infix operators (from a bug in Hugs).
-
Simon Marlow authored
protect some StablePtr stuff from __PARALLEL_HASKELL__.
-
Simon Marlow authored
test for newtype declaration with an unboxed field.
-
Simon Marlow authored
couple of newtype changes.
-
Simon Marlow authored
Make it an error for a newtype constructor field to be unboxed (this would undoubtedly cause problems later on, better to catch it early). While I'm here, report the context properly for newtype declarations, it was previously being reported as a 'data' declaration.
-
Simon Marlow authored
revert to version 1.9 of AC_PROG_GNUCPP.
-
Simon Marlow authored
revert 'tr' breakage for the time being.
-