diff options
author | Ian Lynagh <igloo@earth.li> | 2007-03-06 14:43:41 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-03-06 14:43:41 +0000 |
commit | 0c5ef17631bcad8bed5929ca8fe34e7037109a06 (patch) | |
tree | 71210f2d40811dac1a33eee637f14afac494bef8 /README | |
parent | fb390e7a9112aa5f04f3e5eda5eaf33fdcc3b330 (diff) | |
download | haskell-0c5ef17631bcad8bed5929ca8fe34e7037109a06.tar.gz |
Remove old references to the in-tree building guide
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 7 insertions, 10 deletions
@@ -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. -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 ========== - [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 + [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 |