remove the last bits of the ghc/ subdir
[ghc-hetmet.git] / docs / index.html
diff --git a/docs/index.html b/docs/index.html
new file mode 100644 (file)
index 0000000..204e20a
--- /dev/null
@@ -0,0 +1,56 @@
+<!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="Cabal/index.html">Cabal</A></B>
+       </P>
+       <P>An infrastructure for building and distributing Haskell
+       software.</P>
+      </LI>
+
+      <LI>
+        <P>
+         <B><A HREF="building/index.html">Building Guide</A></B>
+       </P>
+       <P>Information on buiding GHC from source, and porting GHC to a new platform.</P>
+      </LI>
+    </UL>
+  </BODY>
+</HTML>