From: panne Date: Tue, 5 Aug 2003 12:41:44 +0000 (+0000) Subject: [project @ 2003-08-05 12:41:44 by panne] X-Git-Tag: Approx_11550_changesets_converted~596 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=954c550bb901b4254e6badbd97e2a95c5deaa1ab;p=ghc-hetmet.git [project @ 2003-08-05 12:41:44 by panne] * Added QuickCheck package to docs * Mention OpenGL/GLUT package for Hugs, too --- 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.