From: ross Date: Thu, 15 May 2003 12:28:29 +0000 (+0000) Subject: [project @ 2003-05-15 12:28:29 by ross] X-Git-Tag: Approx_11550_changesets_converted~911 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0dde1004ad932a87f303b7f67807ea0ad11dc5a3 [project @ 2003-05-15 12:28:29 by ross] update, including a short note on Nhc98. --- diff --git a/ghc/docs/libraries.html.in b/ghc/docs/libraries.html.in index 2133a5b..8a0d415 100644 --- a/ghc/docs/libraries.html.in +++ b/ghc/docs/libraries.html.in @@ -33,7 +33,7 @@
readline
- a library for interactively reading input from the console + a library for interactively reading input from the console.
unix @@ -64,7 +64,7 @@

Implementation-specific notes

-
GHC/GHCi
+
GHC/GHCi
Most of the time, all the packages are available without the need to use any additional command-line options. The only @@ -77,14 +77,26 @@ for more details.
-
Hugs
+
Hugs 98
- Hugs currently provides modules from the base, - haskell98, network and haskell-src packages. + Hugs provides almost all of the modules in the base package, + all the modules in the + haskell98, network and haskell-src packages, + and some of those in the unix package. These modules are always available, as a single hierarchy; Hugs does not use the package subdivision.
+
Nhc98
+
+ To use modules from a package P with Nhc98, + add the compile-time option -package P. + Nhc98 currently provides many of the modules in the + base package (see the + Nhc98 libraries page + for a list). +
+