summaryrefslogtreecommitdiff
path: root/ghc/docs
diff options
context:
space:
mode:
authorpanne <unknown>2003-08-05 12:41:44 +0000
committerpanne <unknown>2003-08-05 12:41:44 +0000
commit954c550bb901b4254e6badbd97e2a95c5deaa1ab (patch)
treefdbe68348937cd17e767c445770b9350869338bb /ghc/docs
parent7ed550a043ef807810d68cc5c064ab331a81f3bf (diff)
downloadhaskell-954c550bb901b4254e6badbd97e2a95c5deaa1ab.tar.gz
[project @ 2003-08-05 12:41:44 by panne]
* Added QuickCheck package to docs * Mention OpenGL/GLUT package for Hugs, too
Diffstat (limited to 'ghc/docs')
-rw-r--r--ghc/docs/libraries.html.in17
1 files changed, 14 insertions, 3 deletions
diff --git a/ghc/docs/libraries.html.in b/ghc/docs/libraries.html.in
index 4f7f279392..cad89e7dfd 100644
--- a/ghc/docs/libraries.html.in
+++ b/ghc/docs/libraries.html.in
@@ -40,6 +40,11 @@
monadic parser combinators.
</DD>
<DT>
+ <A HREF="QuickCheck/index.html"><TT>QuickCheck</TT></a>
+ </DT><DD>
+ automatic specification-based testing.
+ </DD>
+ <DT>
<A HREF="readline/index.html"><TT>readline</TT></a>
</DT><DD>
a library for interactively reading input from the console.
@@ -95,12 +100,18 @@
and all the modules in the
<A HREF="haskell98/index.html"><TT>haskell98</TT></a>,
<A HREF="haskell-src/index.html"><TT>haskell-src</TT></a>,
- <A HREF="network/index.html"><TT>network</TT></a> and
- <A HREF="parsec/index.html"><TT>parsec</TT></a> packages.
+ <A HREF="network/index.html"><TT>network</TT></a>,
+ <A HREF="parsec/index.html"><TT>parsec</TT></a> and.
+ <A HREF="QuickCheck/index.html"><TT>QuickCheck</TT></a> packages.
@unixHTMLStart@
Most of the modules in the <A HREF="unix/index.html"><TT>unix</TT></a>
- package are supported too.
+ package are supported, too.
@unixHTMLEnd@
+@HOpenGLHTMLStart@
+ If the target platform supports OpenGL, the
+ <A HREF="OpenGL/index.html"><TT>OpenGL</TT></a> and
+ <A HREF="GLUT/index.html"><TT>GLUT</TT></a> packages are supported too.
+@HOpenGLHTMLEnd@
All those modules are always available, as a single hierarchy;
Hugs does not use the package subdivision.
</DD>