diff options
author | sof <unknown> | 1997-05-19 06:28:39 +0000 |
---|---|---|
committer | sof <unknown> | 1997-05-19 06:28:39 +0000 |
commit | f8d1d20eb4779a42e72b6a06c47d6e0f13075bf4 (patch) | |
tree | 1e5fb1a9929fbf6a2151bd4c35eea3225a34970c /ANNOUNCE-2.03 | |
parent | 3ea96a144169c7a0810a74be162864696c83764b (diff) | |
download | haskell-f8d1d20eb4779a42e72b6a06c47d6e0f13075bf4.tar.gz |
[project @ 1997-05-19 06:25:00 by sof]
ghc-2-03-p1 merged onto main trunk
Diffstat (limited to 'ANNOUNCE-2.03')
-rw-r--r-- | ANNOUNCE-2.03 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/ANNOUNCE-2.03 b/ANNOUNCE-2.03 new file mode 100644 index 0000000000..f7c4cc1996 --- /dev/null +++ b/ANNOUNCE-2.03 @@ -0,0 +1,32 @@ + The Glasgow Haskell Compiler -- version 2.03 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +We are pleased to announce the Glasgow Haskell Compiler version 2.03. + +GHC 2.03 is a minor upgrade of GHC 2.02. It differs in the following +ways: + + * A slew of small bugs are fixed. You can find the complete list + at http://www.cse.ogi.edu/~simonpj/ghc-bugs.html + + * Last-minute language changes have been implemented (minor changes + to the libraries, and to module export/hiding scope rules) + + * It is only available as a source distribution. If you want to + use it you'll have to build it from source. Nowadays this is + a well-documented process (see the build & installation guide). + +None of the bugs in GHC 2.02 are show-stoppers, so you'll only want +to upgrade if you are a build-from-source junkie and the bugs are +irritating you. + +Simon Peyton Jones +Sigbjorn Finne + +====================================================================== +How to get GHC 2.03: + +The easy way is to go to the WWW GHC distribution page, which is +self-explanatory: + + ftp://ftp.dcs.gla.ac.uk/pub/haskell/glasgow/README.html |