amazonka-kms 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-kms.cabal +2/−2
- gen/Network/AWS/KMS/Types.hs +1/−2
amazonka-kms.cabal view
@@ -1,5 +1,5 @@ name: amazonka-kms-version: 0.0.3+version: 0.0.4 synopsis: Amazon Key Management Service SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -69,5 +69,5 @@ other-modules: build-depends:- amazonka-core == 0.0.3.*+ amazonka-core == 0.0.4.* , base >= 4.7 && < 5
gen/Network/AWS/KMS/Types.hs view
@@ -91,8 +91,7 @@ type Er KMS = JSONError service = Service- { _svcEndpoint = regional- , _svcAbbrev = "KMS"+ { _svcAbbrev = "KMS" , _svcPrefix = "kms" , _svcVersion = "2014-11-01" , _svcTargetPrefix = Just "TrentService"