From a629ff5cb6733ae37a658f8eba6c92645fd828ab Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 8 Sep 2003 14:23:11 +0000 Subject: [PATCH] [project @ 2003-09-08 14:23:11 by simonmar] The POSIX library has more or less completed moving over to the hierarchical libraries, so remove the statement that says it hasn't moved. We should really aim to have everything moved from hslibs to libraries before 6.2, then we can finally remove hslibs altogether for 6.4. --- ghc/docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/docs/index.html b/ghc/docs/index.html index 7e043ab..865ede8 100644 --- a/ghc/docs/index.html +++ b/ghc/docs/index.html @@ -54,7 +54,7 @@

Libraries which haven't moved yet, so are still only available from - here, include: the POSIX library, the Win32 library, HaXml, + here, include: the Win32 library, HaXml, and a few others.

-- 1.7.10.4