amazonka-support 0.0.3 → 0.0.4
raw patch · 2 files changed
+3/−4 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-support.cabal view
@@ -1,5 +1,5 @@ name: amazonka-support-version: 0.0.3+version: 0.0.4 synopsis: Amazon Support SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -60,5 +60,5 @@ other-modules: build-depends:- amazonka-core == 0.0.3.*+ amazonka-core == 0.0.4.* , base >= 4.7 && < 5
gen/Network/AWS/Support/Types.hs view
@@ -168,8 +168,7 @@ type Er Support = JSONError service = Service- { _svcEndpoint = regional- , _svcAbbrev = "Support"+ { _svcAbbrev = "Support" , _svcPrefix = "support" , _svcVersion = "2013-04-15" , _svcTargetPrefix = Just "AWSSupport_20130415"