amazonka-cloudtrail 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-cloudtrail.cabal view
@@ -1,5 +1,5 @@ name: amazonka-cloudtrail-version: 0.0.6+version: 0.0.7 synopsis: Amazon CloudTrail SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -49,5 +49,5 @@ other-modules: build-depends:- amazonka-core == 0.0.6.*+ amazonka-core == 0.0.7.* , base >= 4.7 && < 5
gen/Network/AWS/CloudTrail/DescribeTrails.hs view
@@ -120,4 +120,4 @@ instance FromJSON DescribeTrailsResponse where parseJSON = withObject "DescribeTrailsResponse" $ \o -> DescribeTrailsResponse- <$> o .: "trailList"+ <$> o .:? "trailList" .!= mempty