haskell-aws: update to version 0.9
This commit is contained in:
parent
6c0ce0abf7
commit
b0d1df0f8f
@ -1,23 +1,22 @@
|
|||||||
{ cabal, aeson, attempt, attoparsecConduit, base16Bytestring
|
{ cabal, aeson, base16Bytestring, base64Bytestring, blazeBuilder
|
||||||
, base64Bytestring, blazeBuilder, caseInsensitive, cereal, conduit
|
, byteable, caseInsensitive, cereal, conduit, conduitExtra
|
||||||
, cryptoApi, cryptohash, cryptohashCryptoapi, dataDefault, failure
|
, cryptohash, dataDefault, filepath, httpConduit, httpTypes
|
||||||
, filepath, httpConduit, httpTypes, liftedBase, monadControl, mtl
|
, liftedBase, monadControl, mtl, resourcet, text, time
|
||||||
, resourcet, text, time, transformers, unorderedContainers
|
, transformers, unorderedContainers, utf8String, vector, xmlConduit
|
||||||
, utf8String, vector, xmlConduit
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "aws";
|
pname = "aws";
|
||||||
version = "0.8.6";
|
version = "0.9";
|
||||||
sha256 = "19hjwj15zmhmf33n2d2dkwan59ylwkaslh85sh04v05hsm8y5y1a";
|
sha256 = "07sdz179vqfdcnm6rrdg068xdyqw8m2565bdba5a1s987vdvps21";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attempt attoparsecConduit base16Bytestring base64Bytestring
|
aeson base16Bytestring base64Bytestring blazeBuilder byteable
|
||||||
blazeBuilder caseInsensitive cereal conduit cryptoApi cryptohash
|
caseInsensitive cereal conduit conduitExtra cryptohash dataDefault
|
||||||
cryptohashCryptoapi dataDefault failure filepath httpConduit
|
filepath httpConduit httpTypes liftedBase monadControl mtl
|
||||||
httpTypes liftedBase monadControl mtl resourcet text time
|
resourcet text time transformers unorderedContainers utf8String
|
||||||
transformers unorderedContainers utf8String vector xmlConduit
|
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