haskell-aws: update to version 0.10.2
This commit is contained in:
parent
8f68ec2bf2
commit
66eeadf8b4
@ -1,24 +1,30 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, base16Bytestring, base64Bytestring, blazeBuilder
|
{ cabal, aeson, attoparsec, base16Bytestring, base64Bytestring
|
||||||
, byteable, caseInsensitive, cereal, conduit, conduitExtra
|
, blazeBuilder, byteable, caseInsensitive, cereal, conduit
|
||||||
, cryptohash, dataDefault, filepath, httpConduit, httpTypes
|
, conduitExtra, cryptohash, dataDefault, errors, filepath
|
||||||
, liftedBase, monadControl, mtl, network, resourcet, text, time
|
, httpConduit, httpTypes, liftedBase, monadControl, mtl, network
|
||||||
, transformers, unorderedContainers, utf8String, vector, xmlConduit
|
, QuickCheck, quickcheckInstances, resourcet, safe, scientific
|
||||||
|
, tagged, tasty, tastyQuickcheck, text, time, transformers
|
||||||
|
, unorderedContainers, utf8String, vector, xmlConduit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "aws";
|
pname = "aws";
|
||||||
version = "0.9.3";
|
version = "0.10.2";
|
||||||
sha256 = "11g8i6kfq7n1v5nvj8bkhrgsiyzfz0vwk4lh8sljnfd5pyjawx7h";
|
sha256 = "15yr06z54wxnl37a94515ajlxrb7z9kii5dd0ssan32izh4nfrl2";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson base16Bytestring base64Bytestring blazeBuilder byteable
|
aeson attoparsec base16Bytestring base64Bytestring blazeBuilder
|
||||||
caseInsensitive cereal conduit conduitExtra cryptohash dataDefault
|
byteable caseInsensitive cereal conduit conduitExtra cryptohash
|
||||||
filepath httpConduit httpTypes liftedBase monadControl mtl network
|
dataDefault filepath httpConduit httpTypes liftedBase monadControl
|
||||||
resourcet text time transformers unorderedContainers utf8String
|
mtl network resourcet safe scientific tagged text time transformers
|
||||||
vector xmlConduit
|
unorderedContainers utf8String vector xmlConduit
|
||||||
|
];
|
||||||
|
testDepends = [
|
||||||
|
aeson errors mtl QuickCheck quickcheckInstances tagged tasty
|
||||||
|
tastyQuickcheck text transformers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/aristidb/aws";
|
homepage = "http://github.com/aristidb/aws";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user