haskellPackages.httpClientMultipart: Do not build haddocks

This package now has no modules, so there is no documentation to build.
The library itself is deprecated, and should probably be removed from
nixpkgs soon.
This commit is contained in:
Oliver Charles 2014-04-08 11:35:18 +01:00
parent 694cc6172a
commit 3a9a8b58ad

View file

@ -11,4 +11,6 @@ cabal.mkDerivation (self: {
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
# This library now contains now modules as it is deprecated.
noHaddock = true;
})