From dbee00ad9881ba3cda3718146a8ce9eb3dc13dad Mon Sep 17 00:00:00 2001 From: simonm Date: Tue, 19 Jan 1999 12:52:37 +0000 Subject: [PATCH] [project @ 1999-01-19 12:52:37 by simonm] Update for 4.02. --- ghc/README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ghc/README b/ghc/README index 2769b7b..bab25f9 100644 --- a/ghc/README +++ b/ghc/README @@ -4,13 +4,13 @@ The Glasgow Haskell Compiler (this file is fptools/ghc/README in a source distribution, and fptools/README in a binary distribution). -GHC is a batch compiler for Haskell 1.4. See the file ANNOUNCE for +GHC is a batch compiler for Haskell 98. See the file ANNOUNCE for information on the current version. Haskell is "the" standard lazy functional programming language. -Haskell 1.4 is the current version of the language, released in -April 1997. The language definition is on the Web at -http://www.haskell.org/report/index.html. +Haskell 98 is the current version of the language, released in +December 1998. The language definition is on the Web at +http://research.microsoft.com/Users/simonpj/Haskell/haskell98.html More information on GHC can be found on its web page @@ -41,6 +41,7 @@ Current GHC team: Simon Peyton Jones ( simonpj@microsoft.com) [our Fearless Leader] Sigbjorn Finne (v-sfinne@microsoft.com) [hired hand] Simon Marlow (t-simonm@microsoft.com) [hired hand] + Julian Seward (v-julsew@microsoft.com) [hired hand] Past contributors and/or continuing advisors (all @dcs.gla.ac.uk): -- 1.7.10.4