base-compat-0.15.0: src/Foreign/Compat.hs
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE Trustworthy #-}
module Foreign.Compat (
module Base
, module Marshal
) where
import Foreign as Base
import Foreign.Marshal.Compat as Marshal
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE Trustworthy #-}
module Foreign.Compat (
module Base
, module Marshal
) where
import Foreign as Base
import Foreign.Marshal.Compat as Marshal