haskell-aws: update to version 0.10.5
This commit is contained in:
parent
1bd318b389
commit
6c4fc6e686
@ -3,16 +3,17 @@
|
|||||||
{ cabal, aeson, attoparsec, base16Bytestring, base64Bytestring
|
{ cabal, aeson, attoparsec, base16Bytestring, base64Bytestring
|
||||||
, blazeBuilder, byteable, caseInsensitive, cereal, conduit
|
, blazeBuilder, byteable, caseInsensitive, cereal, conduit
|
||||||
, conduitExtra, cryptohash, dataDefault, errors, filepath
|
, conduitExtra, cryptohash, dataDefault, errors, filepath
|
||||||
, httpConduit, httpTypes, liftedBase, monadControl, mtl, network
|
, httpClient, httpConduit, httpTypes, liftedBase, monadControl, mtl
|
||||||
, QuickCheck, quickcheckInstances, resourcet, safe, scientific
|
, network, QuickCheck, quickcheckInstances, resourcet, safe
|
||||||
, tagged, tasty, tastyQuickcheck, text, time, transformers
|
, scientific, tagged, tasty, tastyQuickcheck, text, time
|
||||||
, unorderedContainers, utf8String, vector, xmlConduit
|
, transformers, transformersBase, unorderedContainers, utf8String
|
||||||
|
, vector, xmlConduit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "aws";
|
pname = "aws";
|
||||||
version = "0.10.3";
|
version = "0.10.5";
|
||||||
sha256 = "042vx5nhafvgw0crymkw8pyhiawhpxwj03n1k538y2wr181hmz5f";
|
sha256 = "1d82q2477wp08zavlkzsksalbkiczz3vzy17ijk2z5xsw5yslqnj";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -23,8 +24,9 @@ cabal.mkDerivation (self: {
|
|||||||
unorderedContainers utf8String vector xmlConduit
|
unorderedContainers utf8String vector xmlConduit
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson errors mtl QuickCheck quickcheckInstances tagged tasty
|
aeson errors httpClient liftedBase monadControl mtl QuickCheck
|
||||||
tastyQuickcheck text transformers
|
quickcheckInstances resourcet tagged tasty tastyQuickcheck text
|
||||||
|
time transformers transformersBase
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user