X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FStablePtr.hs;h=48acc57da631783c94e4aeb255974adc67bd37d9;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=dea0a48da70c73b04a4bf55d1796f45fa119b643;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Foreign/StablePtr.hs b/Foreign/StablePtr.hs index dea0a48..48acc57 100644 --- a/Foreign/StablePtr.hs +++ b/Foreign/StablePtr.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Foreign.StablePtr -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -9,7 +9,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: StablePtr.hs,v 1.3 2002/03/14 12:09:50 simonmar Exp $ +-- $Id: StablePtr.hs,v 1.4 2002/04/24 16:31:44 simonmar Exp $ -- -- Stable pointers. --