X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FConcurrent.hs;h=673bac35ab117b4441f33872dcadcd89f9467f00;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=8e8266324f98474219e462cf55f3c348dcf135bc;hpb=b287fe7fd5024b3b9cc693260ca32cc6af39f7b9;p=ghc-base.git diff --git a/Control/Concurrent.hs b/Control/Concurrent.hs index 8e82663..673bac3 100644 --- a/Control/Concurrent.hs +++ b/Control/Concurrent.hs @@ -1,15 +1,13 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Control.Concurrent -- Copyright : (c) The University of Glasgow 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : experimental -- Portability : non-portable -- --- $Id: Concurrent.hs,v 1.5 2002/04/18 23:32:56 sof Exp $ --- -- A common interface to a collection of useful concurrency -- abstractions. --