X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FConcurrent%2FMVar.hs;h=eb1f03ff2c6a91d388af8d6f6c82099d03de2cb1;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=7832c2eca38172dd683743d6716cd8646cd381a4;hpb=7f1f4e7a695c402ddd3a1dc2cc7114e649a78ebc;p=ghc-base.git diff --git a/Control/Concurrent/MVar.hs b/Control/Concurrent/MVar.hs index 7832c2e..eb1f03f 100644 --- a/Control/Concurrent/MVar.hs +++ b/Control/Concurrent/MVar.hs @@ -1,15 +1,13 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Control.Concurrent.MVar -- 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: MVar.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $ --- -- MVars: Synchronising variables -- -----------------------------------------------------------------------------