diff options
author | Ian Lynagh <igloo@earth.li> | 2007-07-13 19:53:41 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-07-13 19:53:41 +0000 |
commit | d12546c051b49816749b10c54ab30705a01495e5 (patch) | |
tree | eb16ca1f230b679b48c78357a5a1f405455dfe86 /docs | |
parent | 988a5454ef3f47b64ac23b6cbb501f7af12556b0 (diff) | |
download | haskell-d12546c051b49816749b10c54ab30705a01495e5.tar.gz |
Remove "What bundles there are" now we only have the standard one
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/installing.xml | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/docs/users_guide/installing.xml b/docs/users_guide/installing.xml index 42023a9f65..4e732e4a20 100644 --- a/docs/users_guide/installing.xml +++ b/docs/users_guide/installing.xml @@ -154,78 +154,6 @@ regardless, <literal>ghc-x.xx</literal> should always invoke GHC version <litera </sect3> -<sect3> -<title>What bundles there are</title> - -<para> -<indexterm><primary>bundles, binary</primary></indexterm> There are -plenty of “non-basic” GHC bundles. The files for them are -called -<literal>ghc-x.xx-<replaceable>bundle</replaceable>-<replaceable>platform</replaceable>.tar.gz</literal>, -where the <replaceable>platform</replaceable> is as above, and -<replaceable>bundle</replaceable> is one of these: -</para> - -<para> -<variablelist> - -<varlistentry> -<term><literal>prof</literal>:</term> -<listitem> -<para> -Profiling with cost-centres. You probably want this. -<indexterm><primary>profiling bundles</primary></indexterm> -<indexterm><primary>bundles, profiling</primary></indexterm> -</para> -</listitem></varlistentry> -<varlistentry> -<term><literal>par</literal>:</term> -<listitem> -<para> -Parallel Haskell features (sits on top of PVM). -You'll want this if you're into that kind of thing. -<indexterm><primary>parallel bundles</primary></indexterm> -<indexterm><primary>bundles, parallel</primary></indexterm> -</para> -</listitem></varlistentry> -<varlistentry> -<term><literal>gran</literal>:</term> -<listitem> -<para> -The “GranSim” parallel-Haskell simulator -(hmm… mainly for implementors). -<indexterm><primary>bundles, gransim</primary></indexterm> -<indexterm><primary>gransim bundles</primary></indexterm> -</para> -</listitem></varlistentry> -<varlistentry> -<term><literal>ticky</literal>:</term> -<listitem> -<para> -“Ticky-ticky” profiling; very detailed -information about “what happened when I ran this program”—really -for implementors. -<indexterm><primary>bundles, ticky-ticky</primary></indexterm> -<indexterm><primary>ticky-ticky bundles</primary></indexterm> -</para> -</listitem></varlistentry> -</variablelist> -</para> - -<para> -One likely scenario is that you will grab <emphasis>two</emphasis> -binary bundles—basic, and profiling. We don't usually make the -rest, although you can build them yourself from a source distribution. -</para> - -<para>The various GHC bundles are designed to be unpacked into the -same directory; then installing as per the directions above will -install the whole lot in one go. Note: you <emphasis>must</emphasis> -at least have the basic GHC binary distribution bundle, these extra -bundles won't install on their own.</para> - -</sect3> - <sect3 id="GHC-test"> <title>Testing that GHC seems to be working </title> |