X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Flibraries.html.in;h=3c4605ff506650580caa9c05f914cd317f86b1d8;hb=2c010bc691c2ae07e36a7d0c9851f0094889b39b;hp=2f757c3f593bf799f00578149d1b821e096bd93b;hpb=6fa5e486d47bd912b05110487782add5f0eccc3e;p=ghc-hetmet.git diff --git a/ghc/docs/libraries.html.in b/ghc/docs/libraries.html.in index 2f757c3..3c4605f 100644 --- a/ghc/docs/libraries.html.in +++ b/ghc/docs/libraries.html.in @@ -25,25 +25,37 @@ Haskell 98 and FFI Standard Libraries.
+ haskell-src +
+ manipulating Haskell source code. +
+
network
networking support libraries.
- haskell-src + parsec
- manipulating Haskell source code. + monadic parser combinators. +
+
+ QuickCheck +
+ automatic specification-based testing.
readline
a library for interactively reading input from the console.
+@unixHTMLStart@
unix
- supplies POSIX functionality (not all platforms). + supplies POSIX functionality.
+@unixHTMLEnd@ @HOpenGLHTMLStart@
OpenGL @@ -83,17 +95,32 @@
Hugs 98
- Hugs provides almost all of the modules in the base package, - all the modules in the - haskell98, network and haskell-src packages, - and some of those in the unix package. - These modules are always available, as a single hierarchy; + Hugs provides almost all of the modules in the + base package + and all the modules in the + haskell98, + haskell-src, + network, + parsec and + QuickCheck packages. +@unixHTMLStart@ + Most of the modules in the unix + 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.
Nhc98
- To use modules from a package P with Nhc98, + The modules of the haskell98 package are available + without the need to use any additional compile-time options. + To use modules from some other package P with Nhc98, add the compile-time option -package P. Nhc98 currently provides many of the modules in the base package (see the