From b69da43d59b1891f9b4b7c6be2cb3b282f873de3 Mon Sep 17 00:00:00 2001 From: simonm Date: Fri, 20 Feb 1998 13:43:50 +0000 Subject: [PATCH] [project @ 1998-02-20 13:43:50 by simonm] add missing entries. --- ghc/docs/users_guide/3-01-notes.vsgml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/ghc/docs/users_guide/3-01-notes.vsgml b/ghc/docs/users_guide/3-01-notes.vsgml index 9e62ec7..3d56717 100644 --- a/ghc/docs/users_guide/3-01-notes.vsgml +++ b/ghc/docs/users_guide/3-01-notes.vsgml @@ -46,6 +46,22 @@ Changes made since 3.00: Assertions are a Glasgow extension, so -fglasgow-exts is needed to use them. + + Split @-fwarn-unused-names@ into + + + @-fwarn-unused-imports@ + Warn about unused explicit imports. (in -W) + @-fwarn-unused-binds@ + Warn about unused bindings (in -W) + @-fwarn-unused-matches@ + Warn about unused names in pattern matches + (not as useful, relegated to -Wall) + + + The driver is now always installed as @ghc-@ with a +link to it from @ghc@. + Library re-organisation: all libraries now live under ghc/lib, which has the following structure: @@ -91,4 +107,16 @@ constructor. Report the context properly for type errors in newtype declarations. + User's Guide replaced with SGML version. + + The literate tools have been removed from the standard +distributions, since they're not needed to format the documentation +any more. + + Lots of bug-fixes to the multi-parameter type classes support. + + @alpha-dec-osf1@ and @alpha-dec-osf3@ are now separate +configurations. It turns out that an @alpha-dec-osf3@ build doesn't +work on older versions of the OS. + -- 1.7.10.4