From: simonm Date: Fri, 19 Sep 1997 15:20:32 +0000 (+0000) Subject: [project @ 1997-09-19 15:19:50 by simonm] X-Git-Tag: Approx_2487_patches~1488 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=46695f8ccbc6c98ff0dbcd499a0ab2a84c99ec77;p=ghc-hetmet.git [project @ 1997-09-19 15:19:50 by simonm] update for 2.07 --- diff --git a/ANNOUNCE b/ANNOUNCE index 2414eeb..7365721 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -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 51030a6..fa3ad5c 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.