From: ross Date: Thu, 6 Mar 2003 13:24:46 +0000 (+0000) Subject: [project @ 2003-03-06 13:24:46 by ross] X-Git-Tag: Approx_11550_changesets_converted~1088 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e6d14f325f2c6c580025d0dc97dd70b723b6f92a;p=ghc-hetmet.git [project @ 2003-03-06 13:24:46 by ross] notes for Hugs --- 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.

+