packages feed

amazonka-ses 0.2.2 → 0.2.3

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~amazonka-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core

API changes (from Hackage documentation)

Files

amazonka-ses.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-ses-version:               0.2.2+version:               0.2.3 synopsis:              Amazon Simple Email Service SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -64,5 +64,5 @@     other-modules:      build-depends:-          amazonka-core == 0.2.2.*+          amazonka-core == 0.2.3.*         , base          >= 4.7     && < 5
gen/Network/AWS/SES/ListIdentities.hs view
@@ -143,6 +143,6 @@  instance AWSPager ListIdentities where     page rq rs-        | stop (rq ^. liNextToken) = Nothing+        | stop (rs ^. lirNextToken) = Nothing         | otherwise = (\x -> rq & liNextToken ?~ x)             <$> (rs ^. lirNextToken)