X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FMem%2FStableName.hs;h=f52be1d95604d8fdba4220a1d4724cb21fbc5931;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=c40704da8cff491350f827ba743edc35150f583a;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/System/Mem/StableName.hs b/System/Mem/StableName.hs index c40704d..f52be1d 100644 --- a/System/Mem/StableName.hs +++ b/System/Mem/StableName.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : System.Mem.StableName -- 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: StableName.hs,v 1.3 2001/12/21 15:07:26 simonmar Exp $ +-- $Id: StableName.hs,v 1.4 2002/04/24 16:31:45 simonmar Exp $ -- -- Giving an object a stable (GC-invariant) name. --