From c079ef4c591911c85a9ed1b86a63e738f3908b01 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 10 May 2002 08:35:05 +0000 Subject: [PATCH] [project @ 2002-05-10 08:35:05 by simonmar] import GHC.Ptr instead of Foreign.Ptr (I fixed the latter to export Ptr abstractly yesterday). --- GHC/Storable.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHC/Storable.lhs b/GHC/Storable.lhs index 7441272..42cc5f9 100644 --- a/GHC/Storable.lhs +++ b/GHC/Storable.lhs @@ -40,7 +40,7 @@ import GHC.Num import GHC.Int import GHC.Word import GHC.Stable -import Foreign.Ptr +import GHC.Ptr import GHC.Float import GHC.Err import GHC.IOBase -- 1.7.10.4