X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FMarshal%2FUtils.hs;h=8f11e56bd729ea23ceab345c78cdc670bce8edbf;hb=1b8d3f8ad5fd95ce07ae044b69676d5373ed4830;hp=c88fb5107820ac0194f71e8431a0c3e2fa717cda;hpb=68f60ec9d6004e36d572bc3b2d38b25a16530706;p=ghc-base.git diff --git a/Foreign/Marshal/Utils.hs b/Foreign/Marshal/Utils.hs index c88fb51..8f11e56 100644 --- a/Foreign/Marshal/Utils.hs +++ b/Foreign/Marshal/Utils.hs @@ -64,7 +64,7 @@ import GHC.Base #endif #ifdef __NHC__ -import NHC.FFI ( CInt(..) ) +import Foreign.C.Types ( CInt(..) ) #endif -- combined allocation and marshalling