base-compat-0.14.1: src/Foreign/Marshal/Alloc/Compat.hs
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE ForeignFunctionInterface #-}
module Foreign.Marshal.Alloc.Compat (
module Base
, calloc
, callocBytes
) where
import Foreign.Marshal.Alloc as Base