From a391f59439b104e6446d738935ad4bbdac0f26c8 Mon Sep 17 00:00:00 2001 From: ross Date: Mon, 4 Aug 2003 10:06:31 +0000 Subject: [PATCH] [project @ 2003-08-04 10:06:31 by ross] minor rearrangement --- ghc/docs/libraries.html.in | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/ghc/docs/libraries.html.in b/ghc/docs/libraries.html.in index de855ea..4f7f279 100644 --- a/ghc/docs/libraries.html.in +++ b/ghc/docs/libraries.html.in @@ -25,9 +25,9 @@ Haskell 98 and FFI Standard Libraries.
- parsec + haskell-src
- monadic parser combinators. + manipulating Haskell source code.
network @@ -35,9 +35,9 @@ networking support libraries.
- haskell-src + parsec
- manipulating Haskell source code. + monadic parser combinators.
readline @@ -94,11 +94,12 @@ base package and all the modules in the haskell98, - network, - parsec and - haskell-src packages. + haskell-src, + network and + parsec packages. @unixHTMLStart@ - Most of the modules in the unix package are supported, too. + Most of the modules in the unix + package are supported too. @unixHTMLEnd@ All those modules are always available, as a single hierarchy; Hugs does not use the package subdivision. @@ -106,7 +107,9 @@
Nhc98
- To use modules from a package P with Nhc98, + The modules of the haskell98 package are available + without the need to use any additional compile-time options. + To use modules from some other package P with Nhc98, add the compile-time option -package P. Nhc98 currently provides many of the modules in the base package (see the -- 1.7.10.4