[project @ 2003-03-06 12:03:34 by simonmar]
[ghc-hetmet.git] / ghc / docs / libraries.html.in
diff --git a/ghc/docs/libraries.html.in b/ghc/docs/libraries.html.in
new file mode 100644 (file)
index 0000000..84811a8
--- /dev/null
@@ -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>Haskell Hierarchical Libraries</TITLE>
+  </HEAD>
+
+  <BODY>
+    <H1>Haskell Hierarchical Libraries</H1>
+
+    <P>The libraries are divided into several <EM>packages</EM>.</P>
+
+    <P>GHC/GHCi users note: most of the time, all the packages are
+    available without the need to use any additional command-line
+    options.  The only time when this is not the case is when linking
+    a program on the command line, without using the <tt>--make</tt>
+    option: in this case you must list all the packages to link to by
+    adding the <tt>-package P</tt> flag (where <tt>P</tt> is the
+    package name) to the command line for each package.  See the
+    User's Guide for more details.</P>
+
+    <P>
+        <UL>
+          <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 and FFI 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>
+          <LI>
+            <A HREF="readline/index.html"><TT>readline</TT></a>:
+            a library for interactively reading input from  the console
+          </LI>
+          <LI>
+            <A HREF="unix/index.html"><TT>unix</TT></a>:
+            supplies POSIX functionality (not all platforms).
+          </LI>
+@HOpenGLHTMLStart@
+          <LI>
+            <A HREF="OpenGL/index.html"><TT>OpenGL</TT></a>:
+            3D rendering.
+          </LI>
+          <LI>
+            <A HREF="GLUT/index.html"><TT>GLUT</TT></a>:
+            the OpenGL utility toolkit.
+          </LI>
+@HOpenGLHTMLEnd@
+@ObjectIOHTMLStart@
+         <LI>
+           <A HREF="ObjectIO/index.html"><TT>ObjectIO</TT></a>: GUI library.
+          </LI>
+@ObjectIOHTMLEnd@
+        </UL>
+       </P>
+
+  </BODY>
+</HTML>