haskell-http-client-multipart: update to version 0.3.0.0
This commit is contained in:
parent
556736cc2b
commit
b885ecf16c
@ -5,12 +5,11 @@ cabal.mkDerivation (self: {
|
|||||||
version = "0.3.0.0";
|
version = "0.3.0.0";
|
||||||
sha256 = "18za6s3658hgm95rrygghrz0b643c7nkzaimb14v2hv82w3k9crg";
|
sha256 = "18za6s3658hgm95rrygghrz0b643c7nkzaimb14v2hv82w3k9crg";
|
||||||
buildDepends = [ httpClient ];
|
buildDepends = [ httpClient ];
|
||||||
|
noHaddock = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/snoyberg/http-client";
|
homepage = "https://github.com/snoyberg/http-client";
|
||||||
description = "Generate multipart uploads for http-client. (deprecated)";
|
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;
|
||||||
};
|
};
|
||||||
# This library now contains now modules as it is deprecated.
|
|
||||||
noHaddock = true;
|
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user