[project @ 2002-03-14 12:09:49 by simonmar]
[ghc-base.git] / GHC / Stable.lhs
index 691fe6c..0fc7e33 100644 (file)
@@ -1,5 +1,5 @@
 % -----------------------------------------------------------------------------
-% $Id: Stable.lhs,v 1.1 2001/06/28 14:15:03 simonmar Exp $
+% $Id: Stable.lhs,v 1.2 2002/03/14 12:09:52 simonmar Exp $
 %
 % (c) The GHC Team, 1992-2000
 %
@@ -18,8 +18,7 @@ module GHC.Stable
        , castPtrToStablePtr    -- :: Ptr () -> StablePtr a
    ) where
 
-import Foreign.Ptr
-
+import GHC.Ptr
 import GHC.Base
 import GHC.IOBase