From e50ece7a4a7ebcd71aed43d1efce3913d9f53390 Mon Sep 17 00:00:00 2001 From: simonmar <unknown> Date: Thu, 20 Jan 2000 15:49:19 +0000 Subject: [PATCH] [project @ 2000-01-20 15:49:19 by simonmar] Remove potentially confusing references to concurrent bundles. --- ghc/docs/users_guide/installing.sgml | 31 ++-------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/ghc/docs/users_guide/installing.sgml b/ghc/docs/users_guide/installing.sgml index 16914d38d144..ef02fcd9bff4 100644 --- a/ghc/docs/users_guide/installing.sgml +++ b/ghc/docs/users_guide/installing.sgml @@ -408,15 +408,6 @@ Profiling with cost-centres. You probably want this. </Para> </ListItem></VarListEntry> <VarListEntry> -<Term><Literal>conc</Literal>:</Term> -<ListItem> -<Para> -Concurrent Haskell features. You may want this. -<IndexTerm><Primary>concurrent bundles</Primary></IndexTerm> -<IndexTerm><Primary>bundles, concurrent</Primary></IndexTerm> -</Para> -</ListItem></VarListEntry> -<VarListEntry> <Term><Literal>par</Literal>:</Term> <ListItem> <Para> @@ -447,30 +438,12 @@ for implementors. <IndexTerm><Primary>ticky-ticky bundles</Primary></IndexTerm> </Para> </ListItem></VarListEntry> -<VarListEntry> -<Term><Literal>prof-conc</Literal>:</Term> -<ListItem> -<Para> -Cost-centre profiling for Concurrent Haskell. -<IndexTerm><Primary>bundles, profiled-concurrent</Primary></IndexTerm> -<IndexTerm><Primary>profiled-concurrent bundles</Primary></IndexTerm> -</Para> -</ListItem></VarListEntry> -<VarListEntry> -<Term><Literal>prof-ticky</Literal>:</Term> -<ListItem> -<Para> -Ticky-ticky profiling for Concurrent Haskell. -<IndexTerm><Primary>bundles, profiled-ticky</Primary></IndexTerm> -<IndexTerm><Primary>ticky-concurrent bundles</Primary></IndexTerm> -</Para> -</ListItem></VarListEntry> </VariableList> </Para> <Para> -One likely scenario is that you will grab <Emphasis>three</Emphasis> binary -bundles—basic, profiling, and concurrent. We don't usually make the +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> -- GitLab