packages feed

amazonka-importexport 0.0.6 → 0.0.7

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-importexport.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-importexport-version:               0.0.6+version:               0.0.7 synopsis:              Amazon Import/Export SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -48,5 +48,5 @@     other-modules:      build-depends:-          amazonka-core == 0.0.6.*+          amazonka-core == 0.0.7.*         , base          >= 4.7     && < 5
gen/Network/AWS/ImportExport/ListJobs.hs view
@@ -124,7 +124,7 @@ instance FromXML ListJobsResponse where     parseXML = withElement "ListJobsResult" $ \x -> ListJobsResponse         <$> x .@? "IsTruncated"-        <*> x .@  "Jobs"+        <*> x .@? "Jobs" .!@ mempty  instance AWSPager ListJobs where     page rq rs