summaryrefslogtreecommitdiff
path: root/docs/index.html.in
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-04-22 21:32:26 +0000
committerIan Lynagh <igloo@earth.li>2010-04-22 21:32:26 +0000
commitecc802567663985c6853a3390e19dda4cd5b508a (patch)
tree41fb5e814320d88e50cd2e869fdb7bc6478e6cd5 /docs/index.html.in
parent7dbbcfce6b8b0531362f5ac56eea7edf91c80da2 (diff)
downloadhaskell-ecc802567663985c6853a3390e19dda4cd5b508a.tar.gz
Fix the GHC API link in the main doc index.html
Diffstat (limited to 'docs/index.html.in')
-rw-r--r--docs/index.html.in66
1 files changed, 66 insertions, 0 deletions
diff --git a/docs/index.html.in b/docs/index.html.in
new file mode 100644
index 0000000000..e4463bc2a8
--- /dev/null
+++ b/docs/index.html.in
@@ -0,0 +1,66 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+ <HEAD>
+ <TITLE>GHC Documentation</TITLE>
+ </HEAD>
+
+ <BODY>
+
+ <H1>GHC Documentation</H1>
+
+ <P>
+ Welcome to GHC!
+ </P>
+
+ <P>
+ This is the top of the GHC documentation tree, where you will find
+ links to all the supplied documentation about GHC and its libraries.
+ </P>
+
+ <UL>
+ <LI>
+ <P>
+ <B><A HREF="users_guide/index.html">The User's Guide</A></B>
+ </P>
+ <P>
+ The User's Guide has all you need to know about using GHC:
+ command line options, language extensions, GHCi, etc.
+ </P>
+ </LI>
+
+ <LI>
+ <P>
+ <B><A HREF="libraries/index.html">Libraries</A></B>
+ </P>
+ <P>
+ Documentation for the libraries that come with GHC.
+ </P>
+ </LI>
+
+ <LI>
+ <P>
+ <B><A HREF="libraries/ghc-@ProjectVersion@/index.html">GHC API</A></B>
+ </P>
+ <P>
+ Documentation for the GHC API.
+ </P>
+ </LI>
+
+ <LI>
+ <P>
+ <B><A HREF="Cabal/index.html">Cabal</A></B>
+ </P>
+ <P>An infrastructure for building and distributing Haskell
+ software.</P>
+ </LI>
+ </UL>
+
+ <P>For more information, see the following:</p>
+ <ul>
+ <li><p><a href="http://www.haskell.org/ghc/">GHC Home Page</a></p></li>
+ <li><p><a href="http://hackage.haskell.org/trac/ghc/">
+ GHC Developers Home</a></p></li>
+ </ul>
+ </BODY>
+</HTML>
+