Rewrite of the IO library, including Unicode support
[ghc-base.git] / Foreign / C / Types.hs
index 5867d0c..44101fc 100644 (file)
@@ -69,11 +69,11 @@ module Foreign.C.Types
 
 #ifndef __NHC__
 
-import {-# SOURCE #-} Foreign.Storable
+import Foreign.Storable
 import Data.Bits        ( Bits(..) )
 import Data.Int         ( Int8,  Int16,  Int32,  Int64  )
 import Data.Word        ( Word8, Word16, Word32, Word64 )
-import {-# SOURCE #-} Data.Typeable
+import {-# SOURCE #-} Data.Typeable (Typeable(typeOf), TyCon, mkTyCon, mkTyConApp)
 
 #ifdef __GLASGOW_HASKELL__
 import GHC.Base