Add vk-aws-route53 haskell package

This commit is contained in:
Shea Levy 2014-11-26 15:52:58 -05:00
parent 9047f389bf
commit f93140e8f5
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aws, httpConduit, httpTypes, resourcet, text, time
, xmlConduit, xmlHamlet
}:
cabal.mkDerivation (self: {
pname = "vk-aws-route53";
version = "0.1.2";
sha256 = "0sblvj89bb7vxgy09m88gcphqc9w2mpawg8kdz0r77y7db0vzb4x";
buildDepends = [
aws httpConduit httpTypes resourcet text time xmlConduit xmlHamlet
];
meta = {
description = "Amazon Route53 DNS service plugin for the aws package";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View File

@ -2709,6 +2709,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
vinyl = callPackage ../development/libraries/haskell/vinyl {};
vkAwsRoute53 = callPackage ../development/libraries/haskell/vk-aws-route53 {};
void = callPackage ../development/libraries/haskell/void {};
vty = callPackage ../development/libraries/haskell/vty {};