aws-ec2 0.3.1 → 0.3.2
raw patch · 2 files changed
+5/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- aws-ec2.cabal +3/−3
- src/Aws/Elb.hs +2/−0
aws-ec2.cabal view
@@ -1,5 +1,5 @@ name: aws-ec2-version: 0.3.1+version: 0.3.2 synopsis: AWS EC2/VPC, ELB and CloudWatch client library for Haskell license-file: LICENSE license: BSD3@@ -17,7 +17,7 @@ source-repository this type: git location: https://github.com/zalora/aws-ec2.git- tag: 0.3.1+ tag: 0.3.2 source-repository head type: git@@ -118,7 +118,7 @@ hs-source-dirs: src default-language: Haskell2010 default-extensions: OverloadedStrings, TemplateHaskell, CPP- cpp-options: --include=include/config.h+ ghc-options: -optP --include=include/config.h executable put-metric main-is: put-metric.hs
src/Aws/Elb.hs view
@@ -14,6 +14,7 @@ , module Aws.Elb.Commands.RegisterInstancesWithLoadBalancer , module Aws.Elb.Commands.DeregisterInstancesFromLoadBalancer +, module Aws.Elb.Commands.CreateAppCookieStickinessPolicy , module Aws.Elb.Commands.CreateLBCookieStickinessPolicy , module Aws.Elb.Commands.SetLoadBalancerPoliciesOfListener @@ -35,6 +36,7 @@ import Aws.Elb.Commands.RegisterInstancesWithLoadBalancer import Aws.Elb.Commands.DeregisterInstancesFromLoadBalancer +import Aws.Elb.Commands.CreateAppCookieStickinessPolicy import Aws.Elb.Commands.CreateLBCookieStickinessPolicy import Aws.Elb.Commands.SetLoadBalancerPoliciesOfListener