Give a better error message when we try to print a value of unknown type
[ghc-hetmet.git] / README
diff --git a/README b/README
index 3010e9e..03642fb 100644 (file)
--- a/README
+++ b/README
@@ -75,12 +75,12 @@ XML toolchain if you want to build the compiler documentation.
 
 Quick start:  the following gives you a default build:
 
 
 Quick start:  the following gives you a default build:
 
-       $ autoreconf
+       $ sh boot
        $ ./configure
        $ make
        $ make install
 
        $ ./configure
        $ make
        $ make install
 
-The autoreconf step is only necessary if this is a tree checked out
+The "sh boot" step is only necessary if this is a tree checked out
 from darcs.  For source distributions downloaded from GHC's web site,
 this step has already been performed.
 
 from darcs.  For source distributions downloaded from GHC's web site,
 this step has already been performed.
 
@@ -89,21 +89,18 @@ optimised and built in various ways (eg. profiling libs are built).
 It can take a long time.  To customise the build, see the file
 HACKING.
 
 It can take a long time.  To customise the build, see the file
 HACKING.
 
-For full information on building GHC, see the GHC Building Guide [3],
-which is also available in source form (DocBook XML) in docs/building.
+For full information on building GHC, see the GHC Building Guide [3].
 
 
 References
 ==========
 
 
 
 References
 ==========
 
- [1] http://www.haskell.org/ghc/               GHC Home Page
- [2] http://hackage.haskell.org/trac/ghc       GHC Developer's Wiki
- [3] http://www.haskell.org/ghc/docs/latest/html/building/index.html
-                                               Building Guide
-
- [4] http://www.haskell.org/happy/             Happy
- [5] http://www.haskell.org/alex/              Alex
- [6] http://www.haskell.org/haddock/           Haddock
+ [1] http://www.haskell.org/ghc/                        GHC Home Page
+ [2] http://hackage.haskell.org/trac/ghc                GHC Developer's Wiki
+ [3] http://hackage.haskell.org/trac/ghc/wiki/Building  Building Guide
+ [4] http://www.haskell.org/happy/                      Happy
+ [5] http://www.haskell.org/alex/                       Alex
+ [6] http://www.haskell.org/haddock/                    Haddock
 
 
 Contributors
 
 
 Contributors