From 6fa5e486d47bd912b05110487782add5f0eccc3e Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 10 Jun 2003 13:01:09 +0000 Subject: [PATCH] [project @ 2003-06-10 13:01:09 by simonmar] Explain that the hierarchy is not cleanly divided into packages - two people (at least) have so far been confused that System.Posix.Types is in base but System.Posix is in unix. --- ghc/docs/libraries.html.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ghc/docs/libraries.html.in b/ghc/docs/libraries.html.in index 8a0d415..2f757c3 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.

-- 1.7.10.4