[project @ 2005-02-04 14:36:52 by simonmar]
authorsimonmar <unknown>
Fri, 4 Feb 2005 14:36:52 +0000 (14:36 +0000)
committersimonmar <unknown>
Fri, 4 Feb 2005 14:36:52 +0000 (14:36 +0000)
Add a comment to Ross's previous commit (sorry, forgot to commit my
version of that change earlier).

GHC/Conc.lhs

index 4286566..6b258de 100644 (file)
 -----------------------------------------------------------------------------
 
 -- 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(..)