ghc-hetmet.git
26 years ago[project @ 1998-01-13 12:24:28 by simonm]
simonm [Tue, 13 Jan 1998 12:24:28 +0000 (12:24 +0000)]
[project @ 1998-01-13 12:24:28 by simonm]
Don't include .depend if FAST is defined.  This means that

gmake <blah> FAST=YES

is equivalent to the old fastmake.

26 years ago[project @ 1998-01-13 12:14:40 by simonm]
simonm [Tue, 13 Jan 1998 12:14:44 +0000 (12:14 +0000)]
[project @ 1998-01-13 12:14:40 by simonm]
SGML version of the installation guide.  SGML-Tools 1.0.3 or later is required,
and the indexing still doesn't work automatically.

26 years ago[project @ 1998-01-12 14:44:37 by simonm]
simonm [Mon, 12 Jan 1998 14:45:18 +0000 (14:45 +0000)]
[project @ 1998-01-12 14:44:37 by simonm]
remove more version cruft.

26 years ago[project @ 1998-01-12 14:39:24 by simonm]
simonm [Mon, 12 Jan 1998 14:39:44 +0000 (14:39 +0000)]
[project @ 1998-01-12 14:39:24 by simonm]
change a few datatypes to newtypes.

26 years ago[project @ 1998-01-12 14:23:13 by simonm]
simonm [Mon, 12 Jan 1998 14:23:13 +0000 (14:23 +0000)]
[project @ 1998-01-12 14:23:13 by simonm]
no need to override ways here.

26 years ago[project @ 1998-01-12 14:21:02 by simonm]
simonm [Mon, 12 Jan 1998 14:21:02 +0000 (14:21 +0000)]
[project @ 1998-01-12 14:21:02 by simonm]
forget it; there's no portable way to install a link.

26 years ago[project @ 1998-01-12 14:15:04 by simonm]
simonm [Mon, 12 Jan 1998 14:15:04 +0000 (14:15 +0000)]
[project @ 1998-01-12 14:15:04 by simonm]
add INSTALL_BIN_LINKS for linking things in $(bindir)

26 years ago[project @ 1998-01-12 09:29:22 by simonpj]
simonpj [Mon, 12 Jan 1998 09:29:32 +0000 (09:29 +0000)]
[project @ 1998-01-12 09:29:22 by simonpj]
Fix renamer global/local env bug

26 years ago[project @ 1998-01-11 11:35:56 by simonm]
simonm [Sun, 11 Jan 1998 11:35:56 +0000 (11:35 +0000)]
[project @ 1998-01-11 11:35:56 by simonm]
explicitly import BinderInfo.BinderInfo to keep mkdependHS happy
(CoreSyn.hi-boot refers to it).

26 years ago[project @ 1998-01-09 16:20:17 by simonm]
simonm [Fri, 9 Jan 1998 16:20:47 +0000 (16:20 +0000)]
[project @ 1998-01-09 16:20:17 by simonm]
bump version to 3.00

26 years ago[project @ 1998-01-09 16:16:45 by simonm]
simonm [Fri, 9 Jan 1998 16:16:45 +0000 (16:16 +0000)]
[project @ 1998-01-09 16:16:45 by simonm]
- remove Ghc2_0
- bump GHC version number to 3.00
- default compiler to build with is 2.10

26 years ago[project @ 1998-01-09 15:46:56 by simonm]
simonm [Fri, 9 Jan 1998 15:46:56 +0000 (15:46 +0000)]
[project @ 1998-01-09 15:46:56 by simonm]
protect an import with #ifdef DEBUG.

26 years ago[project @ 1998-01-09 13:45:52 by simonm]
simonm [Fri, 9 Jan 1998 13:45:52 +0000 (13:45 +0000)]
[project @ 1998-01-09 13:45:52 by simonm]
add hints about checking out extra bits into an existing tree.

26 years ago[project @ 1998-01-09 13:33:12 by simonm]
simonm [Fri, 9 Jan 1998 13:33:12 +0000 (13:33 +0000)]
[project @ 1998-01-09 13:33:12 by simonm]
LoopHack not needed anymore.

26 years ago[project @ 1998-01-09 13:33:03 by sof]
sof [Fri, 9 Jan 1998 13:33:03 +0000 (13:33 +0000)]
[project @ 1998-01-09 13:33:03 by sof]
startPerformIO: push realWorld# token on the B stack now.

26 years ago[project @ 1998-01-09 13:29:50 by sof]
sof [Fri, 9 Jan 1998 13:29:50 +0000 (13:29 +0000)]
[project @ 1998-01-09 13:29:50 by sof]
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").

26 years ago[project @ 1998-01-09 12:10:37 by simonm]
simonm [Fri, 9 Jan 1998 12:10:37 +0000 (12:10 +0000)]
[project @ 1998-01-09 12:10:37 by simonm]
Add missing file from Multi-param merge.

26 years ago[project @ 1998-01-08 18:03:08 by simonm]
simonm [Thu, 8 Jan 1998 18:12:31 +0000 (18:12 +0000)]
[project @ 1998-01-08 18:03:08 by simonm]
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.

26 years ago[project @ 1998-01-08 14:40:22 by areid]
areid [Thu, 8 Jan 1998 14:40:22 +0000 (14:40 +0000)]
[project @ 1998-01-08 14:40:22 by areid]
Added an overview section, commented out some of the more bogus parts of the document (but some bits still remain)

26 years ago[project @ 1998-01-07 18:27:51 by simonm]
simonm [Wed, 7 Jan 1998 18:27:53 +0000 (18:27 +0000)]
[project @ 1998-01-07 18:27:51 by simonm]
add nofib/GHC_ONLY/array002 to the array test suite.

26 years ago[project @ 1998-01-07 18:12:40 by simonm]
simonm [Wed, 7 Jan 1998 18:13:39 +0000 (18:13 +0000)]
[project @ 1998-01-07 18:12:40 by simonm]
Add numeric tests from nofib/GHC_ONLY.

26 years ago[project @ 1998-01-07 16:03:03 by simonm]
simonm [Wed, 7 Jan 1998 16:03:08 +0000 (16:03 +0000)]
[project @ 1998-01-07 16:03:03 by simonm]
I was *sure* I'd removed these before...

26 years ago[project @ 1998-01-07 12:32:08 by simonm]
simonm [Wed, 7 Jan 1998 12:32:08 +0000 (12:32 +0000)]
[project @ 1998-01-07 12:32:08 by simonm]
protect part of the binary-dist rules against 'for i in ; do ...'.

26 years ago[project @ 1998-01-07 12:28:50 by simonm]
simonm [Wed, 7 Jan 1998 12:28:50 +0000 (12:28 +0000)]
[project @ 1998-01-07 12:28:50 by simonm]
patch level 1

26 years ago[project @ 1998-01-02 19:05:37 by simonm]
simonm [Fri, 2 Jan 1998 19:05:37 +0000 (19:05 +0000)]
[project @ 1998-01-02 19:05:37 by simonm]
Some shells have problems with 'for i in ; do ...', so protect the
relevant for loops with 'if test <string>; then ...'.

26 years ago[project @ 1998-01-02 18:38:25 by simonm]
simonm [Fri, 2 Jan 1998 18:38:25 +0000 (18:38 +0000)]
[project @ 1998-01-02 18:38:25 by simonm]
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?).

26 years ago[project @ 1998-01-01 13:54:20 by simonm]
simonm [Thu, 1 Jan 1998 13:54:20 +0000 (13:54 +0000)]
[project @ 1998-01-01 13:54:20 by simonm]
compile simplStg/UpdAnal.lhs with -fno-strictness until the strictness
analyser bug is fixed.

26 years ago[project @ 1997-12-23 17:52:39 by areid]
areid [Tue, 23 Dec 1997 17:52:39 +0000 (17:52 +0000)]
[project @ 1997-12-23 17:52:39 by areid]

26 years ago[project @ 1997-12-22 15:10:58 by simonm]
simonm [Mon, 22 Dec 1997 15:10:58 +0000 (15:10 +0000)]
[project @ 1997-12-22 15:10:58 by simonm]
portabilify a test.

26 years ago[project @ 1997-12-22 15:09:10 by simonm]
simonm [Mon, 22 Dec 1997 15:09:10 +0000 (15:09 +0000)]
[project @ 1997-12-22 15:09:10 by simonm]
remove some superfluous-looking parenthesis around a test.

26 years ago[project @ 1997-12-22 13:56:55 by simonm]
simonm [Mon, 22 Dec 1997 13:56:55 +0000 (13:56 +0000)]
[project @ 1997-12-22 13:56:55 by simonm]
fix a couple of typos.

26 years ago[project @ 1997-12-22 13:33:14 by simonm]
simonm [Mon, 22 Dec 1997 13:33:14 +0000 (13:33 +0000)]
[project @ 1997-12-22 13:33:14 by simonm]
remove support for using the Happy from the tree.

26 years ago[project @ 1997-12-22 13:32:04 by simonm]
simonm [Mon, 22 Dec 1997 13:32:04 +0000 (13:32 +0000)]
[project @ 1997-12-22 13:32:04 by simonm]
reinforce the test for Happy: version 1.4 or later is now *required*

26 years ago[project @ 1997-12-22 12:16:30 by simonm]
simonm [Mon, 22 Dec 1997 12:16:30 +0000 (12:16 +0000)]
[project @ 1997-12-22 12:16:30 by simonm]
put note about Happy being separated out.

26 years ago[project @ 1997-12-22 11:46:36 by simonm]
simonm [Mon, 22 Dec 1997 11:46:36 +0000 (11:46 +0000)]
[project @ 1997-12-22 11:46:36 by simonm]
add a .sgml->.tex rule

26 years ago[project @ 1997-12-22 11:43:06 by simonm]
simonm [Mon, 22 Dec 1997 11:43:06 +0000 (11:43 +0000)]
[project @ 1997-12-22 11:43:06 by simonm]
fix for the getWorkerIdAndCons bug.

26 years ago[project @ 1997-12-22 11:42:36 by simonm]
simonm [Mon, 22 Dec 1997 11:42:36 +0000 (11:42 +0000)]
[project @ 1997-12-22 11:42:36 by simonm]
add a few more change notes.

26 years ago[project @ 1997-12-22 11:42:08 by simonm]
simonm [Mon, 22 Dec 1997 11:42:08 +0000 (11:42 +0000)]
[project @ 1997-12-22 11:42:08 by simonm]
print idinfo with a BigCoreBinder.

26 years ago[project @ 1997-12-22 11:24:11 by simonm]
simonm [Mon, 22 Dec 1997 11:24:11 +0000 (11:24 +0000)]
[project @ 1997-12-22 11:24:11 by simonm]
a few changes to the 2.10 announcement

26 years ago[project @ 1997-12-19 16:54:23 by simonm]
simonm [Fri, 19 Dec 1997 16:54:23 +0000 (16:54 +0000)]
[project @ 1997-12-19 16:54:23 by simonm]
use PACKAGE_BINS to get the actual binaries to install.

26 years ago[project @ 1997-12-19 16:53:42 by simonm]
simonm [Fri, 19 Dec 1997 16:53:42 +0000 (16:53 +0000)]
[project @ 1997-12-19 16:53:42 by simonm]
set GhcBinDistBins.

26 years ago[project @ 1997-12-19 16:52:35 by simonm]
simonm [Fri, 19 Dec 1997 16:52:35 +0000 (16:52 +0000)]
[project @ 1997-12-19 16:52:35 by simonm]
add PACKAGE_BINS for a binary_dist.

26 years ago[project @ 1997-12-19 16:21:46 by simonm]
simonm [Fri, 19 Dec 1997 16:21:46 +0000 (16:21 +0000)]
[project @ 1997-12-19 16:21:46 by simonm]
don't split objects for way "mr" too.

26 years ago[project @ 1997-12-19 16:14:41 by simonm]
simonm [Fri, 19 Dec 1997 16:14:41 +0000 (16:14 +0000)]
[project @ 1997-12-19 16:14:41 by simonm]
bump a few heap sizes to be on the safe side.

26 years ago[project @ 1997-12-19 15:09:23 by simonm]
simonm [Fri, 19 Dec 1997 15:09:25 +0000 (15:09 +0000)]
[project @ 1997-12-19 15:09:23 by simonm]
hi file comes out on stderr, not stdout.

26 years ago[project @ 1997-12-19 15:07:35 by simonm]
simonm [Fri, 19 Dec 1997 15:07:38 +0000 (15:07 +0000)]
[project @ 1997-12-19 15:07:35 by simonm]
add test for getWorkerIdAndCons bug.

26 years ago[project @ 1997-12-19 12:22:57 by simonm]
simonm [Fri, 19 Dec 1997 12:23:51 +0000 (12:23 +0000)]
[project @ 1997-12-19 12:22:57 by simonm]
Move array tests from ghc/lib to ghc/tests and put them in our test
framework.

26 years ago[project @ 1997-12-19 12:22:55 by simonm]
simonm [Fri, 19 Dec 1997 12:22:55 +0000 (12:22 +0000)]
[project @ 1997-12-19 12:22:55 by simonm]
add subdirectory 'array'.

26 years ago[project @ 1997-12-19 12:22:06 by simonm]
simonm [Fri, 19 Dec 1997 12:22:55 +0000 (12:22 +0000)]
[project @ 1997-12-19 12:22:06 by simonm]
Move array tests from ghc/lib to ghc/tests and put them in our test
framework.

26 years ago[project @ 1997-12-19 10:49:45 by sof]
sof [Fri, 19 Dec 1997 10:49:45 +0000 (10:49 +0000)]
[project @ 1997-12-19 10:49:45 by sof]
Cleaned out old defnition of lex_id

26 years ago[project @ 1997-12-19 10:43:56 by sof]
sof [Fri, 19 Dec 1997 10:43:56 +0000 (10:43 +0000)]
[project @ 1997-12-19 10:43:56 by sof]
Having unbalanced parantheses inside cpp macros
is also Bad, Bad, Bad.

26 years ago[project @ 1997-12-19 10:37:59 by simonm]
simonm [Fri, 19 Dec 1997 10:37:59 +0000 (10:37 +0000)]
[project @ 1997-12-19 10:37:59 by simonm]
fix bug in sameVal on ApproxFuns.

26 years ago[project @ 1997-12-18 13:00:08 by simonm]
simonm [Thu, 18 Dec 1997 13:00:08 +0000 (13:00 +0000)]
[project @ 1997-12-18 13:00:08 by simonm]
correct typo in bindist configuration stuff.

26 years ago[project @ 1997-12-18 11:29:20 by sof]
sof [Thu, 18 Dec 1997 11:29:20 +0000 (11:29 +0000)]
[project @ 1997-12-18 11:29:20 by sof]
Remove comma from SLIT (upsets GNU cpp on some (all?) platforms.)

26 years ago[project @ 1997-12-17 20:09:12 by sof]
sof [Wed, 17 Dec 1997 20:09:15 +0000 (20:09 +0000)]
[project @ 1997-12-17 20:09:12 by sof]
Renamed -fwarn-overlapped-patterns to -fwarn-overlapping-patterns to match driver (and docs.)

26 years ago[project @ 1997-12-17 20:06:10 by sof]
sof [Wed, 17 Dec 1997 20:06:10 +0000 (20:06 +0000)]
[project @ 1997-12-17 20:06:10 by sof]
Removed PARSER_VERSION (unused)

26 years ago[project @ 1997-12-17 20:04:34 by sof]
sof [Wed, 17 Dec 1997 20:04:34 +0000 (20:04 +0000)]
[project @ 1997-12-17 20:04:34 by sof]
Better error message when trying to declare CCallable & CReturnable instance of abstract type

26 years ago[project @ 1997-12-17 17:29:49 by simonm]
simonm [Wed, 17 Dec 1997 17:29:49 +0000 (17:29 +0000)]
[project @ 1997-12-17 17:29:49 by simonm]
add instance of Show for Addr.

26 years ago[project @ 1997-12-17 14:10:59 by simonm]
simonm [Wed, 17 Dec 1997 14:10:59 +0000 (14:10 +0000)]
[project @ 1997-12-17 14:10:59 by simonm]
Add bibliography for this file.  We don't have make rules to use it yet.

26 years ago[project @ 1997-12-17 13:57:27 by simonm]
simonm [Wed, 17 Dec 1997 13:57:27 +0000 (13:57 +0000)]
[project @ 1997-12-17 13:57:27 by simonm]
remove GHC/Hugs extension document from the user guide.

26 years ago[project @ 1997-12-17 13:56:30 by simonm]
simonm [Wed, 17 Dec 1997 13:56:30 +0000 (13:56 +0000)]
[project @ 1997-12-17 13:56:30 by simonm]
* swapped ST and LazyST.
* remove thenStrictST and thenLazyST from the main definition, noting
  that Hugs implements these.
* added strictToLazyST and lazyToStrictST in module LazyST.

Update for latest versions of SGML-Tools, and add labels to the
section headings.

26 years ago[project @ 1997-12-17 13:41:42 by simonm]
simonm [Wed, 17 Dec 1997 13:41:42 +0000 (13:41 +0000)]
[project @ 1997-12-17 13:41:42 by simonm]
add ghc/docs/libraries to the documentation built for a GHC binary
distribution.

26 years ago[project @ 1997-12-17 13:34:28 by simonm]
simonm [Wed, 17 Dec 1997 13:34:28 +0000 (13:34 +0000)]
[project @ 1997-12-17 13:34:28 by simonm]
add notes about library document and ':::' bug.

26 years ago[project @ 1997-12-17 13:14:21 by simonm]
simonm [Wed, 17 Dec 1997 13:14:21 +0000 (13:14 +0000)]
[project @ 1997-12-17 13:14:21 by simonm]
* remove explicit lexing of '::' which didn't take into account tokens
  that begin with '::'.
* remove duplicate ':' case from is_sym.
* add '::' as a builtin identifier, mapped to ITdcolon.

26 years ago[project @ 1997-12-17 13:12:20 by simonm]
simonm [Wed, 17 Dec 1997 13:12:26 +0000 (13:12 +0000)]
[project @ 1997-12-17 13:12:20 by simonm]
add new files for ':::' test.

26 years ago[project @ 1997-12-17 13:11:27 by simonm]
simonm [Wed, 17 Dec 1997 13:11:27 +0000 (13:11 +0000)]
[project @ 1997-12-17 13:11:27 by simonm]
Add test for ':::' interface-file lexing bug.

26 years ago[project @ 1997-12-17 13:10:30 by simonm]
simonm [Wed, 17 Dec 1997 13:10:31 +0000 (13:10 +0000)]
[project @ 1997-12-17 13:10:30 by simonm]
use '----' instead of '***' so as not to get confuesd with error messages

26 years ago[project @ 1997-12-17 12:50:42 by simonm]
simonm [Wed, 17 Dec 1997 12:50:44 +0000 (12:50 +0000)]
[project @ 1997-12-17 12:50:42 by simonm]
remove unreferenced files

26 years ago[project @ 1997-12-17 11:21:44 by simonm]
simonm [Wed, 17 Dec 1997 11:21:44 +0000 (11:21 +0000)]
[project @ 1997-12-17 11:21:44 by simonm]
Add runST.

26 years ago[project @ 1997-12-17 11:08:16 by simonm]
simonm [Wed, 17 Dec 1997 11:08:16 +0000 (11:08 +0000)]
[project @ 1997-12-17 11:08:16 by simonm]
add typechecker bug which we currently don't have a fix for

26 years ago[project @ 1997-12-16 17:15:04 by simonm]
simonm [Tue, 16 Dec 1997 17:20:50 +0000 (17:20 +0000)]
[project @ 1997-12-16 17:15:04 by simonm]
update tests for 2.10

26 years ago[project @ 1997-12-16 16:27:38 by simonm]
simonm [Tue, 16 Dec 1997 16:27:38 +0000 (16:27 +0000)]
[project @ 1997-12-16 16:27:38 by simonm]
another attempt at getting 'make -k' to do the right thing.

26 years ago[project @ 1997-12-16 13:18:56 by simonm]
simonm [Tue, 16 Dec 1997 13:18:56 +0000 (13:18 +0000)]
[project @ 1997-12-16 13:18:56 by simonm]
bump version no. to 2.10.

26 years ago[project @ 1997-12-16 13:15:18 by simonm]
simonm [Tue, 16 Dec 1997 13:15:18 +0000 (13:15 +0000)]
[project @ 1997-12-16 13:15:18 by simonm]
point to 2-10-notes.lit.

26 years ago[project @ 1997-12-16 12:48:40 by simonm]
simonm [Tue, 16 Dec 1997 12:48:40 +0000 (12:48 +0000)]
[project @ 1997-12-16 12:48:40 by simonm]
build SGML documentation using the normal 'gmake dvi' etc.

26 years ago[project @ 1997-12-16 12:47:31 by simonm]
simonm [Tue, 16 Dec 1997 12:47:31 +0000 (12:47 +0000)]
[project @ 1997-12-16 12:47:31 by simonm]
add skeleton Makefile

26 years ago[project @ 1997-12-16 12:28:30 by simonm]
simonm [Tue, 16 Dec 1997 12:28:30 +0000 (12:28 +0000)]
[project @ 1997-12-16 12:28:30 by simonm]
note about SGML-Tools.

26 years ago[project @ 1997-12-16 12:26:57 by simonm]
simonm [Tue, 16 Dec 1997 12:26:57 +0000 (12:26 +0000)]
[project @ 1997-12-16 12:26:57 by simonm]
litify, add a couple of things.

26 years ago[project @ 1997-12-16 12:21:25 by simonm]
simonm [Tue, 16 Dec 1997 12:21:25 +0000 (12:21 +0000)]
[project @ 1997-12-16 12:21:25 by simonm]
update for GHC 2.10, and add SGML2INFO.

26 years ago[project @ 1997-12-16 12:19:08 by simonm]
simonm [Tue, 16 Dec 1997 12:19:08 +0000 (12:19 +0000)]
[project @ 1997-12-16 12:19:08 by simonm]
update for 2.10

26 years ago[project @ 1997-12-16 12:18:29 by simonm]
simonm [Tue, 16 Dec 1997 12:18:29 +0000 (12:18 +0000)]
[project @ 1997-12-16 12:18:29 by simonm]
update for 2.10.

26 years ago[project @ 1997-12-16 12:16:11 by simonm]
simonm [Tue, 16 Dec 1997 12:16:11 +0000 (12:16 +0000)]
[project @ 1997-12-16 12:16:11 by simonm]
remove a couple more GHC dependencies.

26 years ago[project @ 1997-12-16 11:54:30 by simonm]
simonm [Tue, 16 Dec 1997 11:54:30 +0000 (11:54 +0000)]
[project @ 1997-12-16 11:54:30 by simonm]
cleanups to the bindist stuff.

26 years ago[project @ 1997-12-16 11:53:12 by simonm]
simonm [Tue, 16 Dec 1997 11:53:12 +0000 (11:53 +0000)]
[project @ 1997-12-16 11:53:12 by simonm]
Remove some of the BIN_DIST hacks, allowing us to build a binary
distribution for either Happy or Ghc (or various other projects when
these are set up).

26 years ago[project @ 1997-12-16 11:38:12 by simonm]
simonm [Tue, 16 Dec 1997 11:38:12 +0000 (11:38 +0000)]
[project @ 1997-12-16 11:38:12 by simonm]
make this Makefile package-independant.

26 years ago[project @ 1997-12-16 11:12:51 by simonm]
simonm [Tue, 16 Dec 1997 11:12:51 +0000 (11:12 +0000)]
[project @ 1997-12-16 11:12:51 by simonm]
project-ify the bin-dist rules a bit.

26 years ago[project @ 1997-12-16 11:01:13 by simonm]
simonm [Tue, 16 Dec 1997 11:01:13 +0000 (11:01 +0000)]
[project @ 1997-12-16 11:01:13 by simonm]
Add SGML suffix rules.  Single-file documents only for the moment.

26 years ago[project @ 1997-12-16 10:30:02 by simonm]
simonm [Tue, 16 Dec 1997 10:30:13 +0000 (10:30 +0000)]
[project @ 1997-12-16 10:30:02 by simonm]
Move GHC ANNOUNCE message into GHC subdir.

26 years ago[project @ 1997-12-16 10:03:06 by simonm]
simonm [Tue, 16 Dec 1997 10:03:06 +0000 (10:03 +0000)]
[project @ 1997-12-16 10:03:06 by simonm]
add sgmlverb.

26 years ago[project @ 1997-12-15 11:14:46 by simonm]
simonm [Mon, 15 Dec 1997 11:14:48 +0000 (11:14 +0000)]
[project @ 1997-12-15 11:14:46 by simonm]
Add verbatim for SGML.

26 years ago[project @ 1997-12-15 11:13:20 by simonm]
simonm [Mon, 15 Dec 1997 11:13:20 +0000 (11:13 +0000)]
[project @ 1997-12-15 11:13:20 by simonm]
bump happy version number to 1.5.

26 years ago[project @ 1997-12-15 11:09:44 by simonm]
simonm [Mon, 15 Dec 1997 11:09:44 +0000 (11:09 +0000)]
[project @ 1997-12-15 11:09:44 by simonm]
release notes for 2.10.

26 years ago[project @ 1997-12-08 10:06:34 by simonm]
simonm [Mon, 8 Dec 1997 10:06:34 +0000 (10:06 +0000)]
[project @ 1997-12-08 10:06:34 by simonm]
Treat $(PROJECTVERSION) as a string, not a floating point number, to
avoid rounding errors.

Fool cpp into substituting for PROJECTVERSION within a string by using
string gaps, not forgetting the space after the '\' at the end of the
line to fool cpp into leaving the '\' behind :-)

26 years ago[project @ 1997-12-05 09:26:36 by simonm]
simonm [Fri, 5 Dec 1997 09:26:36 +0000 (09:26 +0000)]
[project @ 1997-12-05 09:26:36 by simonm]
import DsM, seems to be required for ghc-0.29.

26 years ago[project @ 1997-12-04 16:27:18 by simonm]
simonm [Thu, 4 Dec 1997 16:27:30 +0000 (16:27 +0000)]
[project @ 1997-12-04 16:27:18 by simonm]
Move a few instances of the Bounded class from PrelBase out into a new
module PrelBounded.

This enables the minBound value for Int to be fixed using a Literal
Literal (using litlits requires an import of CCall, which imports
PrelBase, hence the need to move this stuff outside).

26 years ago[project @ 1997-12-04 15:01:06 by simonm]
simonm [Thu, 4 Dec 1997 15:01:06 +0000 (15:01 +0000)]
[project @ 1997-12-04 15:01:06 by simonm]
Restore perl4 compatibility.

26 years ago[project @ 1997-12-04 14:57:34 by simonm]
simonm [Thu, 4 Dec 1997 14:57:39 +0000 (14:57 +0000)]
[project @ 1997-12-04 14:57:34 by simonm]
Pull runST and unsafeInterleaveST into UnsafeST to avoid recursive
dependencies.  Grrrrr.

26 years ago[project @ 1997-12-04 14:56:39 by simonm]
simonm [Thu, 4 Dec 1997 14:56:40 +0000 (14:56 +0000)]
[project @ 1997-12-04 14:56:39 by simonm]
Pull runST and unsafeInterleaveST into new module UnsafeST to avoid
recursive dependencies.  Grrrr.

26 years ago[project @ 1997-12-04 14:55:29 by simonm]
simonm [Thu, 4 Dec 1997 14:55:29 +0000 (14:55 +0000)]
[project @ 1997-12-04 14:55:29 by simonm]
lazify strictToLazyST a bit.

26 years ago[project @ 1997-12-04 12:18:41 by simonm]
simonm [Thu, 4 Dec 1997 12:18:41 +0000 (12:18 +0000)]
[project @ 1997-12-04 12:18:41 by simonm]
add lengthy comment about recursive makes and failure.