[project @ 2002-07-02 13:20:53 by simonmar]
authorsimonmar <unknown>
Tue, 2 Jul 2002 13:20:53 +0000 (13:20 +0000)
committersimonmar <unknown>
Tue, 2 Jul 2002 13:20:53 +0000 (13:20 +0000)
Updates

ghc/docs/index.html

index f4c58fb..893a429 100644 (file)
@@ -13,7 +13,7 @@ links to all the supplied documentation about GHC and its
 libraries.</P>
 
 <UL>
- <LI><P><B><A HREF="users_guide/users_guide.html">The User's Guide</A></B>
+ <LI><P><B><A HREF="users_guide/users-guide.html">The User's Guide</A></B>
      <P>The User's Guide has all you need to know about using GHC:
      command line options, language extensions, GHCi, etc.
  </LI>
@@ -32,15 +32,22 @@ libraries.</P>
 
  <P>
  <UL>
-  <LI><A HREF="base/index.html"><TT>base</TT></a> package</LI>
-  <LI><A HREF="haskell98/index.html"><TT>haskell98</TT></a> package</LI>
-  <LI><A HREF="network/index.html"><TT>network</TT></a> package</LI>
-  <LI><A HREF="hssource/index.html"><TT>hssource</TT></a> package</LI>
+  <LI><A HREF="base/index.html"><TT>base</TT></a>: the Prelude,
+  and a large collection of useful libraries.</LI>
+
+  <LI><A HREF="haskell98/index.html"><TT>haskell98</TT></a>:
+  Haskell 98 Standard Libraries.</LI>
+
+  <LI><A HREF="network/index.html"><TT>network</TT></a>:
+  networking support libraries.</LI>
+
+  <LI><A HREF="haskell-src/index.html"><TT>haskell-src</TT></a>:
+  manipulating Haskell source code.</LI>
  </UL>
  </LI>
 
  <P>
- <LI><B><A HREF="hslibs/hslibs.html">(Old) Haskell Libraries</A></B>
+ <LI><B><A HREF="hslibs/book-hslibs.html">(Old) Haskell Libraries</A></B>
 
  <P>Previous versions of GHC (before version 5.04) came with a suite
  of libraries known as <TT>hslibs</TT>, aka the Hugs-GHC libraries.
@@ -51,8 +58,11 @@ libraries.</P>
  and also for those libraries which have yet to move into the
  hierarchy.  For libraries which have moved, the documentation
  contains a pointer to the location in the new libraries.
- </LI>
 
+ <P>Libraries which haven't moved yet, so are still only available from
+ here, include: the POSIX library, the Win32 library, HaXml, Readline,
+ and a few others.
+ </LI>
 
 </UL>