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 { cabal, httpClient }:
, random, text, transformers
}:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "http-client-multipart"; pname = "http-client-multipart";
version = "0.2.0.0"; version = "0.3.0.0";
sha256 = "1bahkysh771p3mrfan1gmm6jyx62w3k57ba4rsnx7h1gwbilm878"; sha256 = "18za6s3658hgm95rrygghrz0b643c7nkzaimb14v2hv82w3k9crg";
buildDepends = [ buildDepends = [ httpClient ];
blazeBuilder filepath httpClient httpTypes mimeTypes random text
transformers
];
meta = { meta = {
homepage = "https://github.com/snoyberg/http-client"; 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; license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
}; };