ses-html 0.2.1.2 → 0.3.0.0
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~basedep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, time
API changes (from Hackage documentation)
- Network.SES: instance GHC.Classes.Eq Network.SES.PublicKey
- Network.SES: instance GHC.Classes.Eq Network.SES.SecretKey
- Network.SES: instance GHC.Read.Read Network.SES.SESErrorType
- Network.SES: instance GHC.Show.Show Network.SES.PublicKey
- Network.SES: instance GHC.Show.Show Network.SES.Region
- Network.SES: instance GHC.Show.Show Network.SES.SESError
- Network.SES: instance GHC.Show.Show Network.SES.SESErrorType
- Network.SES: instance GHC.Show.Show Network.SES.SESResult
- Network.SES: instance GHC.Show.Show Network.SES.SecretKey
+ Network.SES: instance Eq PublicKey
+ Network.SES: instance Eq SecretKey
+ Network.SES: instance Read SESErrorType
+ Network.SES: instance Show PublicKey
+ Network.SES: instance Show Region
+ Network.SES: instance Show SESError
+ Network.SES: instance Show SESErrorType
+ Network.SES: instance Show SESResult
+ Network.SES: instance Show SecretKey
- Network.SES: type SESErrorCode = Int Error Code returned from SES XML response
+ Network.SES: type SESErrorCode = Int
- Network.SES: type SESErrorMessage = ByteString Error Message returned from SES Message
+ Network.SES: type SESErrorMessage = ByteString
Files
- ses-html.cabal +5/−5
ses-html.cabal view
@@ -1,5 +1,5 @@ name: ses-html-version: 0.2.1.2+version: 0.3.0.0 synopsis: Send HTML formatted emails using Amazon's SES REST API with blaze license: BSD3 license-file: LICENSE@@ -16,16 +16,16 @@ hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall -fno-warn-unused-binds- build-depends: HsOpenSSL- , base >=4.2 && <5+ build-depends: base > 4 && < 5 , base64-bytestring , blaze-html- , byteable , bytestring+ , byteable , cryptohash , http-streams+ , HsOpenSSL , tagsoup- , time+ , time == 1.5.* source-repository head type: git