packages feed

amazonka-elb 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-elb.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-elb-version:               0.2.2+version:               0.2.3 synopsis:              Amazon Elastic Load Balancing SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -70,5 +70,5 @@     other-modules:      build-depends:-          amazonka-core == 0.2.2.*+          amazonka-core == 0.2.3.*         , base          >= 4.7     && < 5
gen/Network/AWS/ELB/DescribeLoadBalancers.hs view
@@ -151,6 +151,6 @@  instance AWSPager DescribeLoadBalancers where     page rq rs-        | stop (rq ^. dlbMarker) = Nothing+        | stop (rs ^. dlbrNextMarker) = Nothing         | otherwise = (\x -> rq & dlbMarker ?~ x)             <$> (rs ^. dlbrNextMarker)