X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FPtr.hs;h=7d75e69be1df691ceb466992dc35107538af9d57;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=7bbd4db66bb3d67890984fe5f847b12397356e26;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Foreign/Ptr.hs b/Foreign/Ptr.hs index 7bbd4db..7d75e69 100644 --- a/Foreign/Ptr.hs +++ b/Foreign/Ptr.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Foreign.Ptr -- Copyright : (c) The FFI task force 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -9,7 +9,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Ptr.hs,v 1.6 2002/03/20 15:38:36 simonmar Exp $ +-- $Id: Ptr.hs,v 1.7 2002/04/24 16:31:44 simonmar Exp $ -- -- Pointer types. --