X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FConcurrent.hs;h=6b3ec940bc2c2d3018cd95cd054936c3d3b486e6;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=8e8266324f98474219e462cf55f3c348dcf135bc;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Control/Concurrent.hs b/Control/Concurrent.hs index 8e82663..6b3ec94 100644 --- a/Control/Concurrent.hs +++ b/Control/Concurrent.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Control.Concurrent -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,7 +8,7 @@ -- Stability : experimental -- Portability : non-portable -- --- $Id: Concurrent.hs,v 1.5 2002/04/18 23:32:56 sof Exp $ +-- $Id: Concurrent.hs,v 1.6 2002/04/24 16:31:37 simonmar Exp $ -- -- A common interface to a collection of useful concurrency -- abstractions.