hailgun-0.4.2: Mail/Hailgun/Internal.hs
-- | This module exports internals of Hailgun -- -- Breaking changes in this module will NOT be reflected in a change to the first two components of the package version number. module Mail.Hailgun.Internal ( HailgunMessage(..) , SpecificAttachment(..) , AttachmentType(..) ) where import Mail.Hailgun.Internal.Data