X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FStorable.hs;h=0b0ad0cda1906ca4a8923bbe7ecb93e68f2e3760;hb=e4f00479f278ad00f317db7e3a987ecb29da6b0f;hp=dfcafa618a3fdc0c7d0727b87f69d7bda29c8c08;hpb=02728072acf7450611ef8b19047e5b55f8573626;p=ghc-base.git diff --git a/Foreign/Storable.hs b/Foreign/Storable.hs index dfcafa6..0b0ad0c 100644 --- a/Foreign/Storable.hs +++ b/Foreign/Storable.hs @@ -42,12 +42,12 @@ import Control.Monad ( liftM ) #ifdef __GLASGOW_HASKELL__ import GHC.Storable import GHC.Stable ( StablePtr ) +import GHC.IO() -- Instance Monad IO import GHC.Num import GHC.Int import GHC.Word import GHC.Ptr import GHC.Err -import GHC.IOBase import GHC.Base #else import Data.Int