mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-aws: update to version 0.8.6
This commit is contained in:
parent
713bac5351
commit
6a8decdf58
1 changed files with 13 additions and 11 deletions
|
@ -1,21 +1,23 @@
|
|||
{ cabal, attempt, base64Bytestring, blazeBuilder, caseInsensitive
|
||||
, cereal, conduit, cryptoApi, cryptohash, cryptohashCryptoapi
|
||||
, dataDefault, failure, filepath, httpConduit, httpTypes
|
||||
, liftedBase, monadControl, mtl, resourcet, text, time
|
||||
, transformers, utf8String, xmlConduit
|
||||
{ cabal, aeson, attempt, attoparsecConduit, base16Bytestring
|
||||
, base64Bytestring, blazeBuilder, caseInsensitive, cereal, conduit
|
||||
, cryptoApi, cryptohash, cryptohashCryptoapi, dataDefault, failure
|
||||
, filepath, httpConduit, httpTypes, liftedBase, monadControl, mtl
|
||||
, resourcet, text, time, transformers, unorderedContainers
|
||||
, utf8String, vector, xmlConduit
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "aws";
|
||||
version = "0.8.4";
|
||||
sha256 = "0p4m07lw33wd82phwfvyr1alqx3bsafnf25n60h1mss7l0rzyn0i";
|
||||
version = "0.8.6";
|
||||
sha256 = "19hjwj15zmhmf33n2d2dkwan59ylwkaslh85sh04v05hsm8y5y1a";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
attempt base64Bytestring blazeBuilder caseInsensitive cereal
|
||||
conduit cryptoApi cryptohash cryptohashCryptoapi dataDefault
|
||||
failure filepath httpConduit httpTypes liftedBase monadControl mtl
|
||||
resourcet text time transformers utf8String xmlConduit
|
||||
aeson attempt attoparsecConduit base16Bytestring base64Bytestring
|
||||
blazeBuilder caseInsensitive cereal conduit cryptoApi cryptohash
|
||||
cryptohashCryptoapi dataDefault failure filepath httpConduit
|
||||
httpTypes liftedBase monadControl mtl resourcet text time
|
||||
transformers unorderedContainers utf8String vector xmlConduit
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/aristidb/aws";
|
||||
|
|
Loading…
Reference in a new issue