From e50ece7a4a7ebcd71aed43d1efce3913d9f53390 Mon Sep 17 00:00:00 2001 From: simonmar 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 16914d3..ef02fcd 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. -conc: - - -Concurrent Haskell features. You may want this. -concurrent bundles -bundles, concurrent - - - par: @@ -447,30 +438,12 @@ for implementors. ticky-ticky bundles - -prof-conc: - - -Cost-centre profiling for Concurrent Haskell. -bundles, profiled-concurrent -profiled-concurrent bundles - - - -prof-ticky: - - -Ticky-ticky profiling for Concurrent Haskell. -bundles, profiled-ticky -ticky-concurrent bundles - - -One likely scenario is that you will grab three binary -bundles—basic, profiling, and concurrent. We don't usually make the +One likely scenario is that you will grab two +binary bundles—basic, and profiling. We don't usually make the rest, although you can build them yourself from a source distribution. -- 1.7.10.4