Fix where all the documentation gets installed
[ghc-hetmet.git] / docs / index.html
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/html/index.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/index.html">Libraries</A></B>
34         </P>
35         <P>
36           Documentation for the libraries that come with GHC.
37         </P>
38       </LI>
39
40       <LI>
41         <P>
42           <B><A HREF="Cabal/html/index.html">Cabal</A></B>
43         </P>
44         <P>An infrastructure for building and distributing Haskell
45         software.</P>
46       </LI>
47     </UL>
48
49     <P>For more information, see the following:</p>
50     <ul>
51       <li><p><a href="http://www.haskell.org/ghc">GHC Home Page</a></p></li>
52       <li><p><a href="http://hackage.haskell.org/trac/ghc/">
53         GHC Developers Home</a></p></li>
54     </ul>
55   </BODY>
56 </HTML>
57