From 6d5de40d6a68dae25cdd4a6f4719cfa3c88caa99 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 17 Feb 2003 11:26:43 +0000 Subject: [PATCH] [project @ 2003-02-17 11:26:43 by simonmar] GHC is pre-supposed in order to build GHC. We weren't making this nearly as explicit as it should have been. --- docs/building/building.sgml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/building/building.sgml b/docs/building/building.sgml index f32c420..c08ac39 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -1142,6 +1142,23 @@ $ cvs checkout nofib/spectral + GHC + pre-supposed: GHC + GHC, pre-supposed + + GHC is required to build many of the tools, including + GHC itself. If you need to port GHC to your platform + because there isn't a binary distribution of GHC available, + then see . + + 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. + + + + Perl pre-supposed: Perl Perl, pre-supposed -- 1.7.10.4