From e6d14f325f2c6c580025d0dc97dd70b723b6f92a Mon Sep 17 00:00:00 2001 From: ross Date: Thu, 6 Mar 2003 13:24:46 +0000 Subject: [PATCH] [project @ 2003-03-06 13:24:46 by ross] notes for Hugs --- ghc/docs/libraries.html.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ghc/docs/libraries.html.in b/ghc/docs/libraries.html.in index 84811a8..5de2f12 100644 --- a/ghc/docs/libraries.html.in +++ b/ghc/docs/libraries.html.in @@ -9,7 +9,7 @@

The libraries are divided into several packages.

-

GHC/GHCi users note: most of the time, all the packages are +

GHC/GHCi users note: most of the time, all the packages are available without the need to use any additional command-line options. The only time when this is not the case is when linking a program on the command line, without using the --make @@ -18,6 +18,11 @@ package name) to the command line for each package. See the User's Guide for more details.

+

Hugs users note: Hugs currently provides modules + from the base, haskell98, network and + haskell-src packages. These modules are always available, + as a single hierarchy; Hugs does not use the package subdivision.

+