haskell-http-client-multipart: update to version 0.3.0.0

This commit is contained in:
Peter Simons 2014-04-04 23:29:48 +02:00
parent 77a6ba8e0b
commit ac9a4fc812

View File

@ -1,18 +1,13 @@
{ cabal, blazeBuilder, filepath, httpClient, httpTypes, mimeTypes
, random, text, transformers
}:
{ cabal, httpClient }:
cabal.mkDerivation (self: {
pname = "http-client-multipart";
version = "0.2.0.0";
sha256 = "1bahkysh771p3mrfan1gmm6jyx62w3k57ba4rsnx7h1gwbilm878";
buildDepends = [
blazeBuilder filepath httpClient httpTypes mimeTypes random text
transformers
];
version = "0.3.0.0";
sha256 = "18za6s3658hgm95rrygghrz0b643c7nkzaimb14v2hv82w3k9crg";
buildDepends = [ httpClient ];
meta = {
homepage = "https://github.com/snoyberg/http-client";
description = "Generate multipart uploads for http-client";
description = "Generate multipart uploads for http-client. (deprecated)";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};