diff options
author | simonm <unknown> | 1997-09-19 15:20:32 +0000 |
---|---|---|
committer | simonm <unknown> | 1997-09-19 15:20:32 +0000 |
commit | 46695f8ccbc6c98ff0dbcd499a0ab2a84c99ec77 (patch) | |
tree | 8c8be919d1c35c2b369f431baac06b2adc5727da | |
parent | 4bbae2bf9257a14375a6f9f9d7fddf8472d32f76 (diff) | |
download | haskell-46695f8ccbc6c98ff0dbcd499a0ab2a84c99ec77.tar.gz |
[project @ 1997-09-19 15:19:50 by simonm]
update for 2.07
-rw-r--r-- | ANNOUNCE | 16 | ||||
-rw-r--r-- | ghc/README | 8 |
2 files changed, 8 insertions, 16 deletions
@@ -1,8 +1,8 @@ - The Glasgow Haskell Compiler -- version 2.06 + The Glasgow Haskell Compiler -- version 2.07 ============================================== We are pleased to announce a new release of the Glasgow Haskell -Compiler (GHC), version 2.06. Source distribution is freely available +Compiler (GHC), version 2.07. Source distribution is freely available via the World-Wide Web and through anon. FTP; details below. Haskell is "the" standard lazy functional programming language; the @@ -14,16 +14,8 @@ related information is available from the Haskell home page at + What's new ============= -Release 2.06 represent work done through August '97. - -Highlights of this release: - - * All bugs reported since the release of 2.05 have been fixed. - * GHC's interface file parser now uses the latest version of - Happy, and as a result we've included Happy in the distribution. - -A detailed list of changes can be found in the release notes in the -GHC User's Guide. +Release 2.07 is a bug-fix release. It addresses all of the +bootstrapping/building/installation problems in 2.06. + Mailing lists ================ diff --git a/ghc/README b/ghc/README index 51030a61c2..fa3ad5c5f8 100644 --- a/ghc/README +++ b/ghc/README @@ -1,8 +1,8 @@ -This is version 2.06 of the Glorious Glasgow Haskell compilation -system (GHC). GHC 2.06 is a compiler for Haskell 1.4. +This is version 2.07 of the Glorious Glasgow Haskell compilation +system (GHC). GHC 2.07 is a compiler for Haskell 1.4. -2.06 is an interim source-only release, which fixes most of the bugs -reported since 2.05. We've done rudimentary testing on a few +2.07 is an interim source-only release, which fixes most of the bugs +reported since 2.06. We've done rudimentary testing on a few platforms, but there might be a few bugs lurking. Haskell is "the" standard lazy functional programming language. |