From 523d16b79ef458ee7a3c9d19896e08d36c2dcbb6 Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 15 Apr 2005 07:13:08 +0000 Subject: [PATCH] [project @ 2005-04-15 07:13:08 by simonpj] Update comments on hslibs to make it clear that that they are (a) deprecated, and (b) not required for building GHC. Merge to STABLE --- docs/building/building.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/building/building.xml b/docs/building/building.xml index 26ce90c..2b448fa 100644 --- a/docs/building/building.xml +++ b/docs/building/building.xml @@ -407,12 +407,12 @@ setsockopt IPTOS_THROUGHPUT: Invalid argument result in checking out the entire repository instead of just the fpconfig bit. $ cd directory -$ cvs checkout ghc hslibs libraries +$ cvs checkout ghc libraries The second command here checks out the relevant modules you want to work on. For a GHC build, for instance, you need at least the ghc, - hslibs and libraries + and libraries modules (for a full list of the projects available, see ). @@ -605,7 +605,7 @@ $ lndir source-tree $ cvs co -r ghc-4-06 fpconfig $ cd fptools -$ cvs co -r ghc-4-06 ghc hslibs +$ cvs co -r ghc-4-06 ghc libraries @@ -793,8 +793,7 @@ $ cvs checkout nofib/spectral hslibsproject - Supplemental libraries for GHC - (required for building GHC). + Old, now deprecated, libraries. Everything in here is in libraries. @@ -843,8 +842,8 @@ $ cvs checkout nofib/spectral So, to build GHC you need at least the - ghc, libraries and - hslibs projects (a GHC source distribution will + ghc and libraries + projects (a GHC source distribution will already include the bits you need). @@ -3618,7 +3617,7 @@ $ make install corresponding Haskell source (.hs or .lhs) in the compiler subdirectory ghc/compiler and in the libraries - (subdirectories of hslibs and + (subdirectories of libraries). -- 1.7.10.4