X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FConcurrent%2FSampleVar.hs;h=2b2909257ac578bd87db1516315f847f43e6cd3e;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=8cd1915e096f91d2ec805deaec0ad01454cb4e14;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/Control/Concurrent/SampleVar.hs b/Control/Concurrent/SampleVar.hs index 8cd1915..2b29092 100644 --- a/Control/Concurrent/SampleVar.hs +++ b/Control/Concurrent/SampleVar.hs @@ -2,14 +2,12 @@ -- | -- Module : Control.Concurrent.SampleVar -- 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: SampleVar.hs,v 1.2 2002/04/24 16:31:37 simonmar Exp $ --- -- Sample variables -- -----------------------------------------------------------------------------