{-# LANGUAGE Safe #-}
{-# LANGUAGE NoImplicitPrelude #-}
module GHC.Internal.Foreign.Marshal.Safe {-# DEPRECATED "Safe is now the default, please use GHC.Internal.Foreign.Marshal instead" #-}
        (
         
         
          module GHC.Internal.Foreign.Marshal.Alloc
        , module GHC.Internal.Foreign.Marshal.Array
        , module GHC.Internal.Foreign.Marshal.Error
        , module GHC.Internal.Foreign.Marshal.Pool
        , module GHC.Internal.Foreign.Marshal.Utils
        ) where
import GHC.Internal.Foreign.Marshal.Alloc
import GHC.Internal.Foreign.Marshal.Array
import GHC.Internal.Foreign.Marshal.Error
import GHC.Internal.Foreign.Marshal.Pool
import GHC.Internal.Foreign.Marshal.Utils