haskell-diagrams: Don't invoke haddock.

This package is only a metapackage and doesn't contain any source files, so we
don't need to generate source code documentation at all.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Acked-by: Peter Simons <simons@cryp.to>
This commit is contained in:
aszlig 2012-09-05 14:43:12 +02:00
parent 4c418cd3aa
commit 3e1c9217c4
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "0.5";
sha256 = "163h2fg3gpmsfm57gjyja2rxh9pl6s3xnzlidfdy201zbk1mzdg5";
buildDepends = [ diagramsCairo diagramsCore diagramsLib ];
noHaddock = true;
meta = {
homepage = "http://projects.haskell.org/diagrams";
description = "Embedded domain-specific language for declarative vector graphics";