amazonka-codedeploy 0.0.5 → 0.0.6
raw patch · 3 files changed
+5/−4 lines, 3 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- README.md +2/−1
- amazonka-codedeploy.cabal +2/−2
- gen/Network/AWS/CodeDeploy/Types.hs +1/−1
README.md view
@@ -2,7 +2,7 @@ > _Warning:_ This is an experimental preview release which is still under heavy development and not intended for public consumption, _caveat emptor_! -* [description](#description)+* [Description](#description) * [Contribute](#contribute) * [Licence](#licence) @@ -32,3 +32,4 @@ `amazonka-codedeploy` is released under the [Mozilla Public License Version 2.0](http://www.mozilla.org/MPL/). Parts of the code are derived from AWS service descriptions, licensed under Apache 2.0.+Source files subject to this contain an additional licensing clause in their header.
amazonka-codedeploy.cabal view
@@ -1,5 +1,5 @@ name: amazonka-codedeploy-version: 0.0.5+version: 0.0.6 synopsis: Amazon CodeDeploy SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -69,5 +69,5 @@ other-modules: build-depends:- amazonka-core == 0.0.5.*+ amazonka-core == 0.0.6.* , base >= 4.7 && < 5
gen/Network/AWS/CodeDeploy/Types.hs view
@@ -218,7 +218,7 @@ import Data.Char (isUpper) import Network.AWS.Error import Network.AWS.Prelude-import Network.AWS.Signing.V4+import Network.AWS.Signing import qualified GHC.Exts -- | Version @2014-10-06@ of the Amazon CodeDeploy service.