postgresql-syntax-0.1: library/PostgreSQL/Syntax/Prelude.hs
module PostgreSQL.Syntax.Prelude
(
module Exports,
)
where
-- base-prelude
-------------------------
import BasePrelude as Exports
-- base
-------------------------
import Foreign.C as Exports
import Foreign.Ptr as Exports
import Foreign.ForeignPtr as Exports
import Foreign.Marshal.Alloc as Exports
import Foreign.Storable as Exports
-- bytestring
-------------------------
import Data.ByteString as Exports (ByteString)
-- text
-------------------------
import Data.Text as Exports (Text)