packages feed

gmail-simple 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+3/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

gmail-simple.cabal view
@@ -1,5 +1,5 @@ name: gmail-simple-version: 0.1.0.1+version: 0.1.0.2 synopsis: Simple library for Google Mail (GMail). description:   Easy-to-use library to interact with the Google Mail API.
src/Network/GMail/Simple.hs view
@@ -24,7 +24,8 @@ -- -- >    let mail :: Mail Text -- >        mail = Mail--- >          { mail_recipient = "recipient@example.com"+-- >          { mail_sender = "Me"+-- >          , mail_recipient = "recipient@example.com" -- >          , mail_subject = "Example mail" -- >          , mail_body = "This is an example mail." -- >            }