X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FC%2FTypes.hs;fp=Foreign%2FC%2FTypes.hs;h=44101fc872a069e4a8cb5ec0c284b28551bd25c8;hb=d2063b5b0be014545b21819172c87756efcb0b0c;hp=0304b1580a39a99746fd16db8f77d065854663b7;hpb=f473a3b8817dce18cfb0c43c15795cdf559c6b7e;p=ghc-base.git diff --git a/Foreign/C/Types.hs b/Foreign/C/Types.hs index 0304b15..44101fc 100644 --- a/Foreign/C/Types.hs +++ b/Foreign/C/Types.hs @@ -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 )