haskell-aws: update to version 0.8.6
This commit is contained in:
parent
713bac5351
commit
6a8decdf58
@ -1,21 +1,23 @@
|
|||||||
{ cabal, attempt, base64Bytestring, blazeBuilder, caseInsensitive
|
{ cabal, aeson, attempt, attoparsecConduit, base16Bytestring
|
||||||
, cereal, conduit, cryptoApi, cryptohash, cryptohashCryptoapi
|
, base64Bytestring, blazeBuilder, caseInsensitive, cereal, conduit
|
||||||
, dataDefault, failure, filepath, httpConduit, httpTypes
|
, cryptoApi, cryptohash, cryptohashCryptoapi, dataDefault, failure
|
||||||
, liftedBase, monadControl, mtl, resourcet, text, time
|
, filepath, httpConduit, httpTypes, liftedBase, monadControl, mtl
|
||||||
, transformers, utf8String, xmlConduit
|
, resourcet, text, time, transformers, unorderedContainers
|
||||||
|
, utf8String, vector, xmlConduit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "aws";
|
pname = "aws";
|
||||||
version = "0.8.4";
|
version = "0.8.6";
|
||||||
sha256 = "0p4m07lw33wd82phwfvyr1alqx3bsafnf25n60h1mss7l0rzyn0i";
|
sha256 = "19hjwj15zmhmf33n2d2dkwan59ylwkaslh85sh04v05hsm8y5y1a";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attempt base64Bytestring blazeBuilder caseInsensitive cereal
|
aeson attempt attoparsecConduit base16Bytestring base64Bytestring
|
||||||
conduit cryptoApi cryptohash cryptohashCryptoapi dataDefault
|
blazeBuilder caseInsensitive cereal conduit cryptoApi cryptohash
|
||||||
failure filepath httpConduit httpTypes liftedBase monadControl mtl
|
cryptohashCryptoapi dataDefault failure filepath httpConduit
|
||||||
resourcet text time transformers utf8String xmlConduit
|
httpTypes liftedBase monadControl mtl resourcet text time
|
||||||
|
transformers unorderedContainers utf8String vector xmlConduit
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/aristidb/aws";
|
homepage = "http://github.com/aristidb/aws";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user