X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FMem%2FWeak.hs;h=62495fc3f4ee8a0f8b15420e0f362b8136c33cc4;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=6a25986335861bcf0943b7c185d8884c2b2ea9fd;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/System/Mem/Weak.hs b/System/Mem/Weak.hs index 6a25986..62495fc 100644 --- a/System/Mem/Weak.hs +++ b/System/Mem/Weak.hs @@ -2,14 +2,12 @@ -- | -- Module : System.Mem.Weak -- 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: Weak.hs,v 1.3 2002/04/24 16:31:45 simonmar Exp $ --- -- Weak references, weak pairs, weak pointers, and finalizers. -- -----------------------------------------------------------------------------