haskell-aws: update to version 0.9.2
This commit is contained in:
parent
4c9761e149
commit
0749feb5e7
@ -3,20 +3,20 @@
|
|||||||
{ cabal, aeson, base16Bytestring, base64Bytestring, blazeBuilder
|
{ cabal, aeson, base16Bytestring, base64Bytestring, blazeBuilder
|
||||||
, byteable, caseInsensitive, cereal, conduit, conduitExtra
|
, byteable, caseInsensitive, cereal, conduit, conduitExtra
|
||||||
, cryptohash, dataDefault, filepath, httpConduit, httpTypes
|
, cryptohash, dataDefault, filepath, httpConduit, httpTypes
|
||||||
, liftedBase, monadControl, mtl, resourcet, text, time
|
, liftedBase, monadControl, mtl, network, resourcet, text, time
|
||||||
, transformers, unorderedContainers, utf8String, vector, xmlConduit
|
, transformers, unorderedContainers, utf8String, vector, xmlConduit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "aws";
|
pname = "aws";
|
||||||
version = "0.9.1";
|
version = "0.9.2";
|
||||||
sha256 = "1fp18j8my9v7d6z0d28bc1hjzrs9znf3c986950pfpv2bsiw7m6d";
|
sha256 = "1jmvf1x3vamcjb89mk52l1iikdchab8pm23iw9y1d4zm4636czxm";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson base16Bytestring base64Bytestring blazeBuilder byteable
|
aeson base16Bytestring base64Bytestring blazeBuilder byteable
|
||||||
caseInsensitive cereal conduit conduitExtra cryptohash dataDefault
|
caseInsensitive cereal conduit conduitExtra cryptohash dataDefault
|
||||||
filepath httpConduit httpTypes liftedBase monadControl mtl
|
filepath httpConduit httpTypes liftedBase monadControl mtl network
|
||||||
resourcet text time transformers unorderedContainers utf8String
|
resourcet text time transformers unorderedContainers utf8String
|
||||||
vector xmlConduit
|
vector xmlConduit
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user