From: simonmar Date: Thu, 27 Jun 2002 09:41:18 +0000 (+0000) Subject: [project @ 2002-06-27 09:41:18 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1927 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d74f18bba274e60aef28cb1b3dc7fb4df1381376;p=ghc-hetmet.git [project @ 2002-06-27 09:41:18 by simonmar] Updates to make sure that the CVS instructions mention 'libraries' in addition to 'hslibs'. --- diff --git a/docs/building/building.sgml b/docs/building/building.sgml index 978cd09..efe108d 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -437,14 +437,15 @@ setsockopt IPTOS_THROUGHPUT: Invalid argument the fpconfig bit. $ cd directory - $ cvs checkout ghc hslibs + $ cvs checkout ghc hslibs 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 and - hslibs modules (for a full list of the - projects available, see ). + you need at least the ghc, + hslibs and libraries + modules (for a full list of the projects available, see + ). @@ -3263,8 +3264,8 @@ $ make way=p corresponding Haskell source (.hs or .lhs) in the compiler subdirectory ghc/compiler and in the libraries - (ghc/lib, and subdirectories of - hslibs). + (subdirectories of hslibs and + libraries).