packages feed

hailgun 0.4.0.3 → 0.4.0.4

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~aesondep ~email-validatedep ~http-typesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: aeson, email-validate, http-types

API changes (from Hackage documentation)

- Mail.Hailgun: attachmentBody :: Attachment -> AttachmentBody
- Mail.Hailgun: attachmentFilePath :: Attachment -> FilePath
- Mail.Hailgun: domainCreatedAt :: HailgunDomain -> HailgunTime
- Mail.Hailgun: domainName :: HailgunDomain -> Text
- Mail.Hailgun: domainSmtpLogin :: HailgunDomain -> String
- Mail.Hailgun: domainSmtpPassword :: HailgunDomain -> String
- Mail.Hailgun: domainSpamAction :: HailgunDomain -> String
- Mail.Hailgun: domainWildcard :: HailgunDomain -> Bool
- Mail.Hailgun: hailgunApiKey :: HailgunContext -> String
- Mail.Hailgun: hailgunDomain :: HailgunContext -> String
- Mail.Hailgun: hailgunProxy :: HailgunContext -> Maybe Proxy
- Mail.Hailgun: hdrItems :: HailgunDomainResponse -> [HailgunDomain]
- Mail.Hailgun: hdrTotalCount :: HailgunDomainResponse -> Integer
- Mail.Hailgun: herMessage :: HailgunErrorResponse -> String
- Mail.Hailgun: hsrId :: HailgunSendResponse -> String
- Mail.Hailgun: hsrMessage :: HailgunSendResponse -> String
- Mail.Hailgun: htmlContent :: MessageContent -> ByteString
- Mail.Hailgun: pageLength :: Page -> Integer
- Mail.Hailgun: pageStart :: Page -> Integer
- Mail.Hailgun: recipientsBCC :: MessageRecipients -> [UnverifiedEmailAddress]
- Mail.Hailgun: recipientsCC :: MessageRecipients -> [UnverifiedEmailAddress]
- Mail.Hailgun: recipientsTo :: MessageRecipients -> [UnverifiedEmailAddress]
- Mail.Hailgun: textContent :: MessageContent -> ByteString
+ Mail.Hailgun: [attachmentBody] :: Attachment -> AttachmentBody
+ Mail.Hailgun: [attachmentFilePath] :: Attachment -> FilePath
+ Mail.Hailgun: [domainCreatedAt] :: HailgunDomain -> HailgunTime
+ Mail.Hailgun: [domainName] :: HailgunDomain -> Text
+ Mail.Hailgun: [domainSmtpLogin] :: HailgunDomain -> String
+ Mail.Hailgun: [domainSmtpPassword] :: HailgunDomain -> String
+ Mail.Hailgun: [domainSpamAction] :: HailgunDomain -> String
+ Mail.Hailgun: [domainWildcard] :: HailgunDomain -> Bool
+ Mail.Hailgun: [hailgunApiKey] :: HailgunContext -> String
+ Mail.Hailgun: [hailgunDomain] :: HailgunContext -> String
+ Mail.Hailgun: [hailgunProxy] :: HailgunContext -> Maybe Proxy
+ Mail.Hailgun: [hdrItems] :: HailgunDomainResponse -> [HailgunDomain]
+ Mail.Hailgun: [hdrTotalCount] :: HailgunDomainResponse -> Integer
+ Mail.Hailgun: [herMessage] :: HailgunErrorResponse -> String
+ Mail.Hailgun: [hsrId] :: HailgunSendResponse -> String
+ Mail.Hailgun: [hsrMessage] :: HailgunSendResponse -> String
+ Mail.Hailgun: [htmlContent] :: MessageContent -> ByteString
+ Mail.Hailgun: [pageLength] :: Page -> Integer
+ Mail.Hailgun: [pageStart] :: Page -> Integer
+ Mail.Hailgun: [recipientsBCC] :: MessageRecipients -> [UnverifiedEmailAddress]
+ Mail.Hailgun: [recipientsCC] :: MessageRecipients -> [UnverifiedEmailAddress]
+ Mail.Hailgun: [recipientsTo] :: MessageRecipients -> [UnverifiedEmailAddress]
+ Mail.Hailgun: [textContent] :: MessageContent -> ByteString
- Mail.Hailgun: type MessageSubject = Text
+ Mail.Hailgun: type MessageSubject = Text Represents a message subject.
- Mail.Hailgun: type UnverifiedEmailAddress = ByteString
+ Mail.Hailgun: type UnverifiedEmailAddress = ByteString Represents an email address that is not yet verified.

Files

hailgun.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.4.0.3+version:             0.4.0.4  -- A short (one-line) description of the package. synopsis:            Mailgun REST api interface for Haskell.@@ -71,13 +71,13 @@     build-depends:         base               >= 4.6 && < 5                         , bytestring         >= 0.10.4 && <= 0.11-                        , aeson              == 0.8.*+                        , aeson              >= 0.8 && < 0.10                         , text               == 1.2.*                         , transformers       >= 0.3 && <0.5                         , http-client        == 0.4.*                         , http-client-tls    == 0.2.*-                        , email-validate     >= 2.0 && <2.2-                        , http-types         == 0.8.*+                        , email-validate     >= 2.0 && <2.3+                        , http-types         >= 0.8 && < 0.10                         , exceptions         == 0.8.*                         , tagsoup            == 0.13.*                         , filepath           >= 1 && < 2