X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FConcurrent%2FQSemN.hs;h=9ba46a2062341a79ab4887ba45af02265b552007;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=da5aa4466a2826e44cc307759dddbe9c0c991607;hpb=7f1f4e7a695c402ddd3a1dc2cc7114e649a78ebc;p=ghc-base.git diff --git a/Control/Concurrent/QSemN.hs b/Control/Concurrent/QSemN.hs index da5aa44..9ba46a2 100644 --- a/Control/Concurrent/QSemN.hs +++ b/Control/Concurrent/QSemN.hs @@ -1,15 +1,13 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Control.Concurrent.QSemN -- 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: QSemN.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $ --- -- Quantity semaphores -- -----------------------------------------------------------------------------