ses-html 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Network.SES: instance Show SESResult
Files
- ses-html.cabal +1/−1
- src/Network/SES.hs +1/−0
ses-html.cabal view
@@ -1,5 +1,5 @@ name: ses-html-version: 0.2.0.0+version: 0.2.0.1 synopsis: Send HTML formatted emails using Amazon's SES REST API with blaze license: BSD3 license-file: LICENSE
src/Network/SES.hs view
@@ -60,6 +60,7 @@ -- | The result of invoking an SES action data SESResult = Error SESError -- ^ The encapsulated 'SESError' | Success -- ^ A successful email has been sent+ deriving Show ------------------------------------------------------------------------------ -- | Types for AWS 'Region's