mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
haskell-http-client-multipart: update to version 0.3.0.0
This commit is contained in:
parent
556736cc2b
commit
b885ecf16c
1 changed files with 1 additions and 2 deletions
|
@ -5,12 +5,11 @@ cabal.mkDerivation (self: {
|
|||
version = "0.3.0.0";
|
||||
sha256 = "18za6s3658hgm95rrygghrz0b643c7nkzaimb14v2hv82w3k9crg";
|
||||
buildDepends = [ httpClient ];
|
||||
noHaddock = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/snoyberg/http-client";
|
||||
description = "Generate multipart uploads for http-client. (deprecated)";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
# This library now contains now modules as it is deprecated.
|
||||
noHaddock = true;
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue