[project @ 2003-07-01 11:21:57 by panne]
[ghc-hetmet.git] / ghc / docs / index.html.in
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <HTML>
3   <HEAD>
4     <TITLE>GHC Documentation</TITLE>
5   </HEAD>
6
7   <BODY>
8
9     <H1>GHC Documentation</H1>
10
11     <P>
12       Welcome to GHC!
13     </P>
14
15     <P>
16       This is the top of the GHC documentation tree, where you will find
17       links to all the supplied documentation about GHC and its libraries.
18     </P>
19
20     <UL>
21       <LI>
22         <P>
23           <B><A HREF="users_guide/users-guide.html">The User's Guide</A></B>
24         </P>
25         <P>
26           The User's Guide has all you need to know about using GHC:
27           command line options, language extensions, GHCi, etc.
28         </P>
29       </LI>
30
31       <LI>
32         <P>
33           <B><A HREF="libraries.html">Hierarchical Libraries</A></B>
34         </P>
35         <P>
36           Documentation for the hierarchical libraries that come with GHC.
37         </P>
38       </LI>
39
40       <LI>
41         <P>
42           <B><A HREF="hslibs/book-hslibs.html">(Old) Haskell Libraries</A></B>
43         </P>
44         <P>
45           Previous versions of GHC (before version 5.04) came with a suite
46           of libraries known as <TT>hslibs</TT>, aka the Hugs-GHC libraries.
47           As we are in the process of moving towards using hierarchical
48           libraries for everything, many of these libraries have moved over to
49           the new packages in the hierarchical libraries above.  We still
50           provide the old <TT>hslibs</TT> libraries for backwards compatibility
51           and also for those libraries which have yet to move into the
52           hierarchy.  For libraries which have moved, the documentation
53           contains a pointer to the location in the new libraries.
54         </P>
55         <P>
56           Libraries which haven't moved yet, so are still only available from
57           here, include: the POSIX library, the Win32 library, HaXml,
58           and a few others.
59         </P>
60       </LI>
61     </UL>
62   </BODY>
63 </HTML>