[project @ 2003-07-31 17:47:18 by ross]
[ghc-hetmet.git] / ghc / docs / libraries.html.in
index 8a0d415..de855ea 100644 (file)
@@ -7,7 +7,11 @@
   <BODY>
     <H1>Haskell Hierarchical Libraries</H1>
 
-    <P>The libraries are divided into several <EM>packages</EM>:</P>
+    <P>The libraries are divided into several <EM>packages</EM>.
+    NOTE: there is not always a clean division between packages in the
+    hierarchy, which means a node and its children might be in
+    different packages.  If you're looking for a specific module, try
+    all the packages below.</P>
 
     <DL>
       <DT>
        Haskell 98 and FFI Standard Libraries.
       </DD>
       <DT>
+       <A HREF="parsec/index.html"><TT>parsec</TT></a>
+      </DT><DD>
+       monadic parser combinators.
+      </DD>
+      <DT>
        <A HREF="network/index.html"><TT>network</TT></a>
       </DT><DD>
        networking support libraries.
       </DT><DD>
        a library for interactively reading input from the console.
       </DD>
+@unixHTMLStart@
       <DT>
        <A HREF="unix/index.html"><TT>unix</TT></a>
       </DT><DD>
-       supplies POSIX functionality (not all platforms).
+       supplies POSIX functionality.
       </DD>
+@unixHTMLEnd@
 @HOpenGLHTMLStart@
       <DT>
        <A HREF="OpenGL/index.html"><TT>OpenGL</TT></a>
 
       <DT><A HREF="http://www.haskell.org/hugs/">Hugs 98</A></DT>
       <DD>
-       Hugs provides almost all of the modules in the <tt>base</tt> package,
-       all the modules in the
-       <tt>haskell98</tt>, <tt>network</tt> and <tt>haskell-src</tt> packages,
-       and some of those in the <tt>unix</tt> package.
-       These modules are always available, as a single hierarchy;
+       Hugs provides almost all of the modules in the
+       <A HREF="base/index.html"><TT>base</TT></a> package
+       and all the modules in the
+       <A HREF="haskell98/index.html"><TT>haskell98</TT></a>,
+       <A HREF="network/index.html"><TT>network</TT></a>,
+       <A HREF="parsec/index.html"><TT>parsec</TT></a> and
+       <A HREF="haskell-src/index.html"><TT>haskell-src</TT></a> packages.
+@unixHTMLStart@
+       Most of the modules in the <A HREF="unix/index.html"><TT>unix</TT></a> package are supported, too.
+@unixHTMLEnd@
+       All those modules are always available, as a single hierarchy;
        Hugs does not use the package subdivision.
       </DD>