diff options
author | simonm <unknown> | 1997-09-10 10:18:42 +0000 |
---|---|---|
committer | simonm <unknown> | 1997-09-10 10:18:42 +0000 |
commit | 6ac0e14dd9ac9765c1c21c0da5805bf30710d9ba (patch) | |
tree | 589cddca9ca0a15a09bd5f354fc53ed1d749b4b9 | |
parent | b41049e9cd18e7ac27e40f9c1c19d7cc35c62581 (diff) | |
download | haskell-6ac0e14dd9ac9765c1c21c0da5805bf30710d9ba.tar.gz |
[project @ 1997-09-10 10:18:42 by simonm]
Update for 2.06.
-rw-r--r-- | ghc/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ghc/README b/ghc/README index 99d5b147d8..51030a61c2 100644 --- a/ghc/README +++ b/ghc/README @@ -1,9 +1,9 @@ -This is version 2.02 of the Glorious Glasgow Haskell compilation -system (GHC). GHC 2.02 is a compiler for Haskell 1.4. +This is version 2.06 of the Glorious Glasgow Haskell compilation +system (GHC). GHC 2.06 is a compiler for Haskell 1.4. -2.02 is a full GHC release; however, as the first release of the 1.4 -compiler, it is "beta" quality; it is reliable, but it may very well -have some bugs. The top-level file "ANNOUNCE-2.02" says more. +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 +platforms, but there might be a few bugs lurking. Haskell is "the" standard lazy functional programming language. Haskell 1.4 is the current version of the language, released in |