haskellng: Get amazonka family building
amazonka-0.0.7 is broken, so I also updated hackage-packages after applying NixOS/cabal2nix#119.
This commit is contained in:
@@ -16684,25 +16684,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"amazonka" = callPackage
|
||||
({ mkDerivation, amazonka-core, base, bytestring, conduit
|
||||
, exceptions, http-conduit, lens, mmorph, monad-control, mtl
|
||||
, resourcet, text, time, transformers, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "amazonka";
|
||||
version = "0.0.7";
|
||||
sha256 = "1w1fdlvx9da2p9kl55cin04mgn9a9s1i400lrn852qfqjlw9v66n";
|
||||
buildDepends = [
|
||||
amazonka-core base bytestring conduit exceptions http-conduit lens
|
||||
mmorph monad-control mtl resourcet text time transformers
|
||||
transformers-base
|
||||
];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Comprehensive Amazon Web Services SDK";
|
||||
license = "unknown";
|
||||
}) {};
|
||||
|
||||
"amazonka_0_1_4" = callPackage
|
||||
({ mkDerivation, amazonka-core, base, bytestring, conduit
|
||||
, exceptions, http-conduit, lens, mmorph, monad-control, mtl
|
||||
, resourcet, retry, text, time, transformers, transformers-base
|
||||
@@ -16794,18 +16775,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"amazonka-cloudwatch" = callPackage
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-cloudwatch";
|
||||
version = "0.0.7";
|
||||
sha256 = "09rg5irnnwx5akvhil1965234n16gqw2nbqqbk99snysq6grb52v";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon CloudWatch SDK";
|
||||
license = "unknown";
|
||||
}) {};
|
||||
|
||||
"amazonka-cloudwatch_0_1_4" = callPackage
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-cloudwatch";
|
||||
@@ -16878,35 +16847,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"amazonka-core" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, base16-bytestring
|
||||
, base64-bytestring, bifunctors, bytestring, case-insensitive
|
||||
, conduit, conduit-extra, cryptohash, cryptohash-conduit
|
||||
, data-default-class, hashable, http-client, http-types, lens
|
||||
, mmorph, mtl, nats, old-locale, resourcet, semigroups, tagged
|
||||
, tasty, tasty-hunit, template-haskell, text, time, transformers
|
||||
, unordered-containers, vector, xml-conduit
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "amazonka-core";
|
||||
version = "0.0.7.1";
|
||||
sha256 = "1rj0sg5kl7nz7c2mx7ddn4n5w6zjb2gl0xzig9ixxb8l7hw2ndv2";
|
||||
buildDepends = [
|
||||
aeson attoparsec base base16-bytestring base64-bytestring
|
||||
bifunctors bytestring case-insensitive conduit conduit-extra
|
||||
cryptohash cryptohash-conduit data-default-class hashable
|
||||
http-client http-types lens mmorph mtl nats old-locale resourcet
|
||||
semigroups tagged text time transformers unordered-containers
|
||||
vector xml-conduit
|
||||
];
|
||||
testDepends = [
|
||||
base old-locale tasty tasty-hunit template-haskell text time
|
||||
];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Core functionality and data types for Amazonka libraries";
|
||||
license = "unknown";
|
||||
}) {};
|
||||
|
||||
"amazonka-core_0_1_4" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, base16-bytestring
|
||||
, base64-bytestring, bifunctors, bytestring, case-insensitive
|
||||
, conduit, conduit-extra, cryptohash, cryptohash-conduit
|
||||
|
||||
Reference in New Issue
Block a user