From 0dde1004ad932a87f303b7f67807ea0ad11dc5a3 Mon Sep 17 00:00:00 2001 From: ross Date: Thu, 15 May 2003 12:28:29 +0000 Subject: [PATCH] [project @ 2003-05-15 12:28:29 by ross] update, including a short note on Nhc98. --- ghc/docs/libraries.html.in | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) 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). +
+
-- 1.7.10.4