Rewrite of the IO library, including Unicode support
[ghc-base.git] / Foreign / C / Types.hs
index 0304b15..44101fc 100644 (file)
@@ -69,7 +69,7 @@ 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 )