diff options
-rw-r--r-- | README | 17 | ||||
-rw-r--r-- | libraries/doc/libraries.xml | 6 |
2 files changed, 10 insertions, 13 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 diff --git a/libraries/doc/libraries.xml b/libraries/doc/libraries.xml index a1798dbb43..03d3ecf242 100644 --- a/libraries/doc/libraries.xml +++ b/libraries/doc/libraries.xml @@ -30,9 +30,9 @@ <para>The most up to date version of this document can be found in the <ulink - url="http://www.haskell.org/ghc/docs/latest/html/building/sec-cvs.html">GHC - CVS repository</ulink> in the directory - <literal>fptools/libraries/doc</literal>.</para> + url="http://hackage.haskell.org/trac/ghc/wiki/Building/GettingTheSources">GHC + darcs repository</ulink> in the directory + <literal>libraries/doc</literal>.</para> <para>The proposal has several parts: </para> |