[[project @ 1998-12-23 12:12:19 by simonm] simonm**19981223121223 Update for version 4.02 ] { addfile ./ghc/docs/users_guide/4-02-notes.vsgml hunk ./docs/installing.vsgml 5 -Version 4.01 +Version 4.02 hunk ./ghc/ANNOUNCE 1 - The Glasgow Haskell Compiler -- version 4.01 + The Glasgow Haskell Compiler -- version 4.02 hunk ./ghc/ANNOUNCE 17 -GHC 4.01 is a small increment over 4.00. Many bugs have been fixed. -The following features are new: - - * Weak pointers, - * The foreign function interface is now complete. - -In addition, bootstrapping the compiler should now work out of the box. +GHC 4.02 fixes several bugs in 4.01 and adds one new feature: scoped +type variables. Some Haskell 98 features are also now supported, +including lazy name clash detection and scoped infix declarations. hunk ./ghc/ANNOUNCE 25 + hunk ./ghc/ANNOUNCE 28 + * The garbage collector is still a two-space copying collector. We're + working on a generational collector right now. + hunk ./ghc/ANNOUNCE 73 -2.10 at least). This release is known to work on the following platforms: +2.10 at least, 3.02 recommended). This release is known to work on +the following platforms: hunk ./ghc/PATCHLEVEL 1 -The Glamorous Glasgow Haskell Compiler, version 4.01, patchlevel 0 +The Glamorous Glasgow Haskell Compiler, version 4.02, patchlevel 0 hunk ./ghc/README 1 -This is version 4.01 of the Glorious Glasgow Haskell compilation -system (GHC). GHC 4.01 is a compiler for Haskell 1.4. +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 +information on the current version. hunk ./ghc/README 17 - http://www.dcs.gla.ac.uk/fp/software/ghc + http://www.dcs.gla.ac.uk/fp/software/ghc/ hunk ./ghc/docs/users_guide/4-02-notes.vsgml 1 +Release notes for version~4.02---12/98 +