From 0425e42d530ad34fbef2529a20ba326dbd4109b7 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 4 Feb 2005 14:36:52 +0000 Subject: [PATCH 1/1] [project @ 2005-02-04 14:36:52 by simonmar] Add a comment to Ross's previous commit (sorry, forgot to commit my version of that change earlier). --- GHC/Conc.lhs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GHC/Conc.lhs b/GHC/Conc.lhs index 4286566..6b258de 100644 --- a/GHC/Conc.lhs +++ b/GHC/Conc.lhs @@ -15,6 +15,10 @@ ----------------------------------------------------------------------------- -- No: #hide, because bits of this module are exposed by the stm package. +-- However, we don't want this module to be the home location for the +-- bits it exports, we'd rather have Control.Concurrent and the other +-- higher level modules be the home. Hence: + -- #not-home module GHC.Conc ( ThreadId(..) -- 1.7.10.4