X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FConcurrent%2FMVar.hs;h=eb1f03ff2c6a91d388af8d6f6c82099d03de2cb1;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=472063aebe1688ff32861ba43fc5299e3a65df69;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/Control/Concurrent/MVar.hs b/Control/Concurrent/MVar.hs index 472063a..eb1f03f 100644 --- a/Control/Concurrent/MVar.hs +++ b/Control/Concurrent/MVar.hs @@ -2,14 +2,12 @@ -- | -- 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.2 2002/04/24 16:31:37 simonmar Exp $ --- -- MVars: Synchronising variables -- -----------------------------------------------------------------------------