X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FPtr.hs;h=7ada44cdbfd0670719e6f64eb2705d7af4d28e22;hb=8afc9fecd586d3c4f7ef9c69fb1686a79e5f441d;hp=f57e1ac52d67da9ef45bef84fe5968690c11bdc0;hpb=10de2c656f74562b662c22928be85e1b3ccda796;p=ghc-base.git diff --git a/Foreign/Ptr.hs b/Foreign/Ptr.hs index f57e1ac..7ada44c 100644 --- a/Foreign/Ptr.hs +++ b/Foreign/Ptr.hs @@ -50,7 +50,6 @@ module Foreign.Ptr ( #ifdef __GLASGOW_HASKELL__ import GHC.Ptr -import GHC.IOBase import GHC.Base import GHC.Num import GHC.Read @@ -59,7 +58,7 @@ import GHC.Show import GHC.Enum import GHC.Word ( Word(..) ) -import Data.Int +-- import Data.Int import Data.Word #else import Control.Monad ( liftM ) @@ -67,7 +66,7 @@ import Foreign.C.Types #endif import Data.Bits -import Data.Typeable ( Typeable(..), mkTyCon, mkTyConApp ) +import Data.Typeable import Foreign.Storable ( Storable(..) ) #ifdef __NHC__