cabal2nix-2.16.0: test/golden-test-cases/amazonka-codedeploy.nix.golden
{ mkDerivation, amazonka-core, amazonka-test, base, bytestring, lib
, tasty, tasty-hunit, text, time, unordered-containers
}:
mkDerivation {
pname = "amazonka-codedeploy";
version = "1.5.0";
sha256 = "deadbeef";
libraryHaskellDepends = [ amazonka-core base ];
testHaskellDepends = [
amazonka-core amazonka-test base bytestring tasty tasty-hunit text
time unordered-containers
];
homepage = "https://github.com/brendanhay/amazonka";
description = "Amazon CodeDeploy SDK";
license = lib.licenses.mpl20;
}