forked from brendanhay/amazonka
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding GHC 7.10.3 support to stack configurations
This currently will not work due to the aeson == 0.10 dependency in all of the 7.10.3 comptabile stackage snapshots. Please see commercialhaskell/stackage#1155 for more information about when a supported aeson version will align with amazonka/stackage GHC 7.10.3 support.
- Loading branch information
1 parent
e135a82
commit 2dbf955
Showing
1 changed file
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
resolver: lts-4.2 | ||
flags: {} | ||
extra-deps: [] | ||
packages: | ||
- core | ||
- test | ||
- examples | ||
- amazonka | ||
- amazonka-apigateway | ||
- amazonka-autoscaling | ||
- amazonka-cloudformation | ||
- amazonka-cloudfront | ||
- amazonka-cloudhsm | ||
- amazonka-cloudsearch | ||
- amazonka-cloudsearch-domains | ||
- amazonka-cloudtrail | ||
- amazonka-cloudwatch | ||
- amazonka-cloudwatch-logs | ||
- amazonka-codecommit | ||
- amazonka-codedeploy | ||
- amazonka-codepipeline | ||
- amazonka-cognito-identity | ||
- amazonka-cognito-sync | ||
- amazonka-config | ||
- amazonka-datapipeline | ||
- amazonka-devicefarm | ||
- amazonka-directconnect | ||
- amazonka-ds | ||
- amazonka-dynamodb | ||
- amazonka-dynamodb-streams | ||
- amazonka-ec2 | ||
- amazonka-ecs | ||
- amazonka-efs | ||
- amazonka-elasticache | ||
- amazonka-elasticbeanstalk | ||
- amazonka-elasticsearch | ||
- amazonka-elastictranscoder | ||
- amazonka-elb | ||
- amazonka-emr | ||
- amazonka-glacier | ||
- amazonka-iam | ||
- amazonka-importexport | ||
- amazonka-inspector | ||
- amazonka-iot | ||
- amazonka-iot-dataplane | ||
- amazonka-kinesis | ||
- amazonka-kinesis-firehose | ||
- amazonka-kms | ||
- amazonka-lambda | ||
- amazonka-marketplace-analytics | ||
- amazonka-ml | ||
- amazonka-opsworks | ||
- amazonka-rds | ||
- amazonka-redshift | ||
- amazonka-route53 | ||
- amazonka-route53-domains | ||
- amazonka-s3 | ||
- amazonka-s3-encryption | ||
- amazonka-sdb | ||
- amazonka-ses | ||
- amazonka-sns | ||
- amazonka-sqs | ||
- amazonka-ssm | ||
- amazonka-storagegateway | ||
- amazonka-sts | ||
- amazonka-support | ||
- amazonka-swf | ||
- amazonka-waf | ||
- amazonka-workspaces |