Skip to content

Commit

Permalink
Bumping version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanhay committed Jan 29, 2015
1 parent 79869af commit 32e445e
Show file tree
Hide file tree
Showing 123 changed files with 287 additions and 287 deletions.
4 changes: 2 additions & 2 deletions amazonka-autoscaling/amazonka-autoscaling.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-autoscaling
version: 0.2.2
version: 0.2.3
synopsis: Amazon Auto Scaling SDK.
homepage: https://github.com/brendanhay/amazonka
license: OtherLicense
Expand Down Expand Up @@ -90,5 +90,5 @@ library
other-modules:

build-depends:
amazonka-core == 0.2.2.*
amazonka-core == 0.2.3.*
, base >= 4.7 && < 5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-autoscaling-examples
version: 0.2.2
version: 0.2.3
synopsis: Amazon Auto Scaling SDK Examples
homepage: https://github.com/brendanhay/amazonka
license: MPL-2.0
Expand All @@ -20,9 +20,9 @@ library
AutoScaling

build-depends:
amazonka == 0.2.2.*
, amazonka-core == 0.2.2.*
, amazonka-autoscaling == 0.2.2.*
amazonka == 0.2.3.*
, amazonka-core == 0.2.3.*
, amazonka-autoscaling == 0.2.3.*
, base >= 4.7 && < 5
, bytestring >= 0.9
, conduit >= 1.1 && < 1.3
Expand Down
4 changes: 2 additions & 2 deletions amazonka-cloudformation/amazonka-cloudformation.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cloudformation
version: 0.2.2
version: 0.2.3
synopsis: Amazon CloudFormation SDK.
homepage: https://github.com/brendanhay/amazonka
license: OtherLicense
Expand Down Expand Up @@ -65,5 +65,5 @@ library
other-modules:

build-depends:
amazonka-core == 0.2.2.*
amazonka-core == 0.2.3.*
, base >= 4.7 && < 5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cloudformation-examples
version: 0.2.2
version: 0.2.3
synopsis: Amazon CloudFormation SDK Examples
homepage: https://github.com/brendanhay/amazonka
license: MPL-2.0
Expand All @@ -20,9 +20,9 @@ library
CloudFormation

build-depends:
amazonka == 0.2.2.*
, amazonka-core == 0.2.2.*
, amazonka-cloudformation == 0.2.2.*
amazonka == 0.2.3.*
, amazonka-core == 0.2.3.*
, amazonka-cloudformation == 0.2.3.*
, base >= 4.7 && < 5
, bytestring >= 0.9
, conduit >= 1.1 && < 1.3
Expand Down
4 changes: 2 additions & 2 deletions amazonka-cloudfront/amazonka-cloudfront.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cloudfront
version: 0.2.2
version: 0.2.3
synopsis: Amazon CloudFront SDK.
homepage: https://github.com/brendanhay/amazonka
license: OtherLicense
Expand Down Expand Up @@ -69,5 +69,5 @@ library
other-modules:

build-depends:
amazonka-core == 0.2.2.*
amazonka-core == 0.2.3.*
, base >= 4.7 && < 5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cloudfront-examples
version: 0.2.2
version: 0.2.3
synopsis: Amazon CloudFront SDK Examples
homepage: https://github.com/brendanhay/amazonka
license: MPL-2.0
Expand All @@ -20,9 +20,9 @@ library
CloudFront

build-depends:
amazonka == 0.2.2.*
, amazonka-core == 0.2.2.*
, amazonka-cloudfront == 0.2.2.*
amazonka == 0.2.3.*
, amazonka-core == 0.2.3.*
, amazonka-cloudfront == 0.2.3.*
, base >= 4.7 && < 5
, bytestring >= 0.9
, conduit >= 1.1 && < 1.3
Expand Down
4 changes: 2 additions & 2 deletions amazonka-cloudhsm/amazonka-cloudhsm.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cloudhsm
version: 0.2.2
version: 0.2.3
synopsis: Amazon CloudHSM SDK.
homepage: https://github.com/brendanhay/amazonka
license: OtherLicense
Expand Down Expand Up @@ -58,5 +58,5 @@ library
other-modules:

build-depends:
amazonka-core == 0.2.2.*
amazonka-core == 0.2.3.*
, base >= 4.7 && < 5
8 changes: 4 additions & 4 deletions amazonka-cloudhsm/examples/amazonka-cloudhsm-examples.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cloudhsm-examples
version: 0.2.2
version: 0.2.3
synopsis: Amazon CloudHSM SDK Examples
homepage: https://github.com/brendanhay/amazonka
license: MPL-2.0
Expand All @@ -20,9 +20,9 @@ library
CloudHSM

build-depends:
amazonka == 0.2.2.*
, amazonka-core == 0.2.2.*
, amazonka-cloudhsm == 0.2.2.*
amazonka == 0.2.3.*
, amazonka-core == 0.2.3.*
, amazonka-cloudhsm == 0.2.3.*
, base >= 4.7 && < 5
, bytestring >= 0.9
, conduit >= 1.1 && < 1.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cloudsearch-domains
version: 0.2.2
version: 0.2.3
synopsis: Amazon CloudSearch Domain SDK.
homepage: https://github.com/brendanhay/amazonka
license: OtherLicense
Expand Down Expand Up @@ -41,5 +41,5 @@ library
other-modules:

build-depends:
amazonka-core == 0.2.2.*
amazonka-core == 0.2.3.*
, base >= 4.7 && < 5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cloudsearch-domains-examples
version: 0.2.2
version: 0.2.3
synopsis: Amazon CloudSearch Domain SDK Examples
homepage: https://github.com/brendanhay/amazonka
license: MPL-2.0
Expand All @@ -20,9 +20,9 @@ library
CloudSearchDomains

build-depends:
amazonka == 0.2.2.*
, amazonka-core == 0.2.2.*
, amazonka-cloudsearch-domains == 0.2.2.*
amazonka == 0.2.3.*
, amazonka-core == 0.2.3.*
, amazonka-cloudsearch-domains == 0.2.3.*
, base >= 4.7 && < 5
, bytestring >= 0.9
, conduit >= 1.1 && < 1.3
Expand Down
4 changes: 2 additions & 2 deletions amazonka-cloudsearch/amazonka-cloudsearch.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cloudsearch
version: 0.2.2
version: 0.2.3
synopsis: Amazon CloudSearch SDK.
homepage: https://github.com/brendanhay/amazonka
license: OtherLicense
Expand Down Expand Up @@ -66,5 +66,5 @@ library
other-modules:

build-depends:
amazonka-core == 0.2.2.*
amazonka-core == 0.2.3.*
, base >= 4.7 && < 5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cloudsearch-examples
version: 0.2.2
version: 0.2.3
synopsis: Amazon CloudSearch SDK Examples
homepage: https://github.com/brendanhay/amazonka
license: MPL-2.0
Expand All @@ -20,9 +20,9 @@ library
CloudSearch

build-depends:
amazonka == 0.2.2.*
, amazonka-core == 0.2.2.*
, amazonka-cloudsearch == 0.2.2.*
amazonka == 0.2.3.*
, amazonka-core == 0.2.3.*
, amazonka-cloudsearch == 0.2.3.*
, base >= 4.7 && < 5
, bytestring >= 0.9
, conduit >= 1.1 && < 1.3
Expand Down
4 changes: 2 additions & 2 deletions amazonka-cloudtrail/amazonka-cloudtrail.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cloudtrail
version: 0.2.2
version: 0.2.3
synopsis: Amazon CloudTrail SDK.
homepage: https://github.com/brendanhay/amazonka
license: OtherLicense
Expand Down Expand Up @@ -49,5 +49,5 @@ library
other-modules:

build-depends:
amazonka-core == 0.2.2.*
amazonka-core == 0.2.3.*
, base >= 4.7 && < 5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cloudtrail-examples
version: 0.2.2
version: 0.2.3
synopsis: Amazon CloudTrail SDK Examples
homepage: https://github.com/brendanhay/amazonka
license: MPL-2.0
Expand All @@ -20,9 +20,9 @@ library
CloudTrail

build-depends:
amazonka == 0.2.2.*
, amazonka-core == 0.2.2.*
, amazonka-cloudtrail == 0.2.2.*
amazonka == 0.2.3.*
, amazonka-core == 0.2.3.*
, amazonka-cloudtrail == 0.2.3.*
, base >= 4.7 && < 5
, bytestring >= 0.9
, conduit >= 1.1 && < 1.3
Expand Down
4 changes: 2 additions & 2 deletions amazonka-cloudwatch-logs/amazonka-cloudwatch-logs.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cloudwatch-logs
version: 0.2.2
version: 0.2.3
synopsis: Amazon CloudWatch Logs SDK.
homepage: https://github.com/brendanhay/amazonka
license: OtherLicense
Expand Down Expand Up @@ -53,5 +53,5 @@ library
other-modules:

build-depends:
amazonka-core == 0.2.2.*
amazonka-core == 0.2.3.*
, base >= 4.7 && < 5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cloudwatch-logs-examples
version: 0.2.2
version: 0.2.3
synopsis: Amazon CloudWatch Logs SDK Examples
homepage: https://github.com/brendanhay/amazonka
license: MPL-2.0
Expand All @@ -20,9 +20,9 @@ library
CloudWatchLogs

build-depends:
amazonka == 0.2.2.*
, amazonka-core == 0.2.2.*
, amazonka-cloudwatch-logs == 0.2.2.*
amazonka == 0.2.3.*
, amazonka-core == 0.2.3.*
, amazonka-cloudwatch-logs == 0.2.3.*
, base >= 4.7 && < 5
, bytestring >= 0.9
, conduit >= 1.1 && < 1.3
Expand Down
4 changes: 2 additions & 2 deletions amazonka-cloudwatch/amazonka-cloudwatch.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cloudwatch
version: 0.2.2
version: 0.2.3
synopsis: Amazon CloudWatch SDK.
homepage: https://github.com/brendanhay/amazonka
license: OtherLicense
Expand Down Expand Up @@ -58,5 +58,5 @@ library
other-modules:

build-depends:
amazonka-core == 0.2.2.*
amazonka-core == 0.2.3.*
, base >= 4.7 && < 5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cloudwatch-examples
version: 0.2.2
version: 0.2.3
synopsis: Amazon CloudWatch SDK Examples
homepage: https://github.com/brendanhay/amazonka
license: MPL-2.0
Expand All @@ -20,9 +20,9 @@ library
CloudWatch

build-depends:
amazonka == 0.2.2.*
, amazonka-core == 0.2.2.*
, amazonka-cloudwatch == 0.2.2.*
amazonka == 0.2.3.*
, amazonka-core == 0.2.3.*
, amazonka-cloudwatch == 0.2.3.*
, base >= 4.7 && < 5
, bytestring >= 0.9
, conduit >= 1.1 && < 1.3
Expand Down
4 changes: 2 additions & 2 deletions amazonka-codedeploy/amazonka-codedeploy.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-codedeploy
version: 0.2.2
version: 0.2.3
synopsis: Amazon CodeDeploy SDK.
homepage: https://github.com/brendanhay/amazonka
license: OtherLicense
Expand Down Expand Up @@ -69,5 +69,5 @@ library
other-modules:

build-depends:
amazonka-core == 0.2.2.*
amazonka-core == 0.2.3.*
, base >= 4.7 && < 5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-codedeploy-examples
version: 0.2.2
version: 0.2.3
synopsis: Amazon CodeDeploy SDK Examples
homepage: https://github.com/brendanhay/amazonka
license: MPL-2.0
Expand All @@ -20,9 +20,9 @@ library
CodeDeploy

build-depends:
amazonka == 0.2.2.*
, amazonka-core == 0.2.2.*
, amazonka-codedeploy == 0.2.2.*
amazonka == 0.2.3.*
, amazonka-core == 0.2.3.*
, amazonka-codedeploy == 0.2.3.*
, base >= 4.7 && < 5
, bytestring >= 0.9
, conduit >= 1.1 && < 1.3
Expand Down
4 changes: 2 additions & 2 deletions amazonka-cognito-identity/amazonka-cognito-identity.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cognito-identity
version: 0.2.2
version: 0.2.3
synopsis: Amazon Cognito Identity SDK.
homepage: https://github.com/brendanhay/amazonka
license: OtherLicense
Expand Down Expand Up @@ -64,5 +64,5 @@ library
other-modules:

build-depends:
amazonka-core == 0.2.2.*
amazonka-core == 0.2.3.*
, base >= 4.7 && < 5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cognito-identity-examples
version: 0.2.2
version: 0.2.3
synopsis: Amazon Cognito Identity SDK Examples
homepage: https://github.com/brendanhay/amazonka
license: MPL-2.0
Expand All @@ -20,9 +20,9 @@ library
CognitoIdentity

build-depends:
amazonka == 0.2.2.*
, amazonka-core == 0.2.2.*
, amazonka-cognito-identity == 0.2.2.*
amazonka == 0.2.3.*
, amazonka-core == 0.2.3.*
, amazonka-cognito-identity == 0.2.3.*
, base >= 4.7 && < 5
, bytestring >= 0.9
, conduit >= 1.1 && < 1.3
Expand Down
4 changes: 2 additions & 2 deletions amazonka-cognito-sync/amazonka-cognito-sync.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-cognito-sync
version: 0.2.2
version: 0.2.3
synopsis: Amazon Cognito Sync SDK.
homepage: https://github.com/brendanhay/amazonka
license: OtherLicense
Expand Down Expand Up @@ -58,5 +58,5 @@ library
other-modules:

build-depends:
amazonka-core == 0.2.2.*
amazonka-core == 0.2.3.*
, base >= 4.7 && < 5
Loading

0 comments on commit 32e445e

Please sign in to comment.