summaryrefslogtreecommitdiff
path: root/docs/building
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-08-22 09:35:54 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-08-22 09:35:54 +0000
commitf6613a3a88b21cabc54e681d219b2826ce98e003 (patch)
tree70531d053e9ad82cd8e089041e4fe8b5d089021b /docs/building
parent119e76b23158f2fa37a65d018cadb7af0cbf2f9b (diff)
downloadhaskell-f6613a3a88b21cabc54e681d219b2826ce98e003.tar.gz
notes about which versions of GHC can be used to bootstrap
Diffstat (limited to 'docs/building')
-rw-r--r--docs/building/building.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/building/building.xml b/docs/building/building.xml
index 04cf05e35a..054b9e85f0 100644
--- a/docs/building/building.xml
+++ b/docs/building/building.xml
@@ -165,10 +165,15 @@
supported method, and you may encounter difficulties. Full
instructions are in <xref linkend="sec-porting-ghc"/>.</para>
- <para>Which version of GHC you need will depend on the
- packages you intend to build. GHC itself will normally
- build using one of several older versions of itself - check
- the announcement or release notes for details.</para>
+ <para>GHC can be built using either an earlier released
+ version of GHC (currently 5.04 and later are supported), or
+ bootstrapped using a GHC built from exactly the same
+ sources. Note that this means you cannot in general build
+ GHC using an arbitrary development snapshot, or a build from
+ say last week. It might work, it might not - we don't
+ guarantee anything. To be on the safe side, start your
+ build using the most recently released stable version of
+ GHC.</para>
</listitem>
</varlistentry>