[project @ 2005-02-07 11:11:33 by simonmar]
[ghc-hetmet.git] / README
diff --git a/README b/README
index dcdaaff..fa07e73 100644 (file)
--- a/README
+++ b/README
@@ -8,10 +8,12 @@ the following directories:
 
     ghc                  The Glasgow Haskell Compiler
     hslibs       A Collection of Haskell libraries
+    haddock      A Haskell documentation tool
     haggis       The Haggis GUI toolkit
     happy        The Happy Haskell parser generator
     hdirect       Haskell interop tool
-    green-card   A foreign function interface pre-processor for Haskell.
+    greencard    A foreign function interface pre-processor for Haskell.
+    libraries    Haskell libraries (reqd. by ghc)
     nofib        The NoFib Haskell benchmarking suite
 
 Additional documentation for each project can be found in its
@@ -40,8 +42,12 @@ install the package somewhere other than /usr/local.  Try ./configure
 There is usually an ANNOUNCE* file with any distribution.  Please
 consult that, or the <piece>/README file, to find out how to proceed.
 
-Full documentation for the fptools build system can be found on the
-GHC web pages: 
+Full documentation for the fptools build system can be found in the 
+Building Guide:
+
+       http://www.haskell.org/ghc/docs/latest/html/building/building-guide.html
+
+More information about GHC can be found here:
 
        http://www.haskell.org/ghc/