X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FMem%2FWeak.hs;h=6a25986335861bcf0943b7c185d8884c2b2ea9fd;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=6a092e0347e873d56d7174377d1dd4b758714f6c;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/System/Mem/Weak.hs b/System/Mem/Weak.hs index 6a092e0..6a25986 100644 --- a/System/Mem/Weak.hs +++ b/System/Mem/Weak.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : System.Mem.Weak -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,7 +8,7 @@ -- Stability : experimental -- Portability : non-portable -- --- $Id: Weak.hs,v 1.2 2001/09/13 11:36:52 simonmar Exp $ +-- $Id: Weak.hs,v 1.3 2002/04/24 16:31:45 simonmar Exp $ -- -- Weak references, weak pairs, weak pointers, and finalizers. --