From: simonmar Date: Fri, 4 Feb 2005 14:36:52 +0000 (+0000) Subject: [project @ 2005-02-04 14:36:52 by simonmar] X-Git-Tag: nhc98-1-18-release~26 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0425e42d530ad34fbef2529a20ba326dbd4109b7;hp=9fcd4e60afbfe43c62372cd75fd940c2c4294265;p=ghc-base.git [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). --- 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(..)