From 954c550bb901b4254e6badbd97e2a95c5deaa1ab Mon Sep 17 00:00:00 2001 From: panne Date: Tue, 5 Aug 2003 12:41:44 +0000 Subject: [PATCH] [project @ 2003-08-05 12:41:44 by panne] * Added QuickCheck package to docs * Mention OpenGL/GLUT package for Hugs, too --- ghc/docs/libraries.html.in | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/ghc/docs/libraries.html.in b/ghc/docs/libraries.html.in index 4f7f279..cad89e7 100644 --- a/ghc/docs/libraries.html.in +++ b/ghc/docs/libraries.html.in @@ -40,6 +40,11 @@ monadic parser combinators.
+ QuickCheck +
+ automatic specification-based testing. +
+
readline
a library for interactively reading input from the console. @@ -95,12 +100,18 @@ and all the modules in the haskell98, haskell-src, - network and - parsec packages. + network, + parsec and. + QuickCheck packages. @unixHTMLStart@ Most of the modules in the unix - package are supported too. + package are supported, too. @unixHTMLEnd@ +@HOpenGLHTMLStart@ + If the target platform supports OpenGL, the + OpenGL and + GLUT packages are supported too. +@HOpenGLHTMLEnd@ All those modules are always available, as a single hierarchy; Hugs does not use the package subdivision.
-- 1.7.10.4