X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Flibraries.html.in;h=de855eadeb706bcf7bc6ec956fffd336f1619b78;hb=00e95f33b32e9830799fc03079a026e6e6364a83;hp=8a0d415376ff9fb162cec40c83213cabe3e82afb;hpb=0dde1004ad932a87f303b7f67807ea0ad11dc5a3;p=ghc-hetmet.git diff --git a/ghc/docs/libraries.html.in b/ghc/docs/libraries.html.in index 8a0d415..de855ea 100644 --- a/ghc/docs/libraries.html.in +++ b/ghc/docs/libraries.html.in @@ -7,7 +7,11 @@

Haskell Hierarchical Libraries

-

The libraries are divided into several packages:

+

The libraries are divided into several packages. + NOTE: there is not always a clean division between packages in the + hierarchy, which means a node and its children might be in + different packages. If you're looking for a specific module, try + all the packages below.

@@ -21,6 +25,11 @@ Haskell 98 and FFI Standard Libraries.
+ parsec +
+ monadic parser combinators. +
+
network
networking support libraries. @@ -35,11 +44,13 @@
a library for interactively reading input from the console.
+@unixHTMLStart@
unix
- supplies POSIX functionality (not all platforms). + supplies POSIX functionality.
+@unixHTMLEnd@ @HOpenGLHTMLStart@
OpenGL @@ -79,11 +90,17 @@
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, + network, + parsec and + haskell-src packages. +@unixHTMLStart@ + Most of the modules in the unix package are supported, too. +@unixHTMLEnd@ + All those modules are always available, as a single hierarchy; Hugs does not use the package subdivision.