X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FMarshal%2FUtils.hs;h=8f11e56bd729ea23ceab345c78cdc670bce8edbf;hb=1db1d1749368c00079a1c764c9709908c2a92510;hp=c88fb5107820ac0194f71e8431a0c3e2fa717cda;hpb=8d3da431df9ba5e21de09a313ae7de0b794f0fc4;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