amazonka-elb 0.0.2 → 0.0.3
raw patch · 2 files changed
+9/−8 lines, 2 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- README.md +6/−6
- amazonka-elb.cabal +3/−2
README.md view
@@ -8,14 +8,14 @@ ## Description - Elastic Load Balancing automatically distributes incoming application traffic- across multiple Amazon EC2 instances. It enables you to achieve greater- levels of fault tolerance in your applications, seamlessly providing the- required amount of load balancing capacity needed to distribute application- traffic.+Elastic Load Balancing automatically distributes incoming application traffic+across multiple Amazon EC2 instances. It enables you to achieve greater+levels of fault tolerance in your applications, seamlessly providing the+required amount of load balancing capacity needed to distribute application+traffic. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-elb)-and [AWS API Reference](http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/Welcome.html). ## Contribute
amazonka-elb.cabal view
@@ -1,5 +1,5 @@ name: amazonka-elb-version: 0.0.2+version: 0.0.3 synopsis: Amazon Elastic Load Balancing SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -18,6 +18,7 @@ levels of fault tolerance in your applications, seamlessly providing the required amount of load balancing capacity needed to distribute application traffic.+ . /See:/ <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/Welcome.html AWS API Reference> .@@ -69,5 +70,5 @@ other-modules: build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5