haskell-RepLib: do not build haddocks

This commit is contained in:
John Wiegley 2014-06-09 03:58:34 -05:00
parent 1986a10d41
commit 0e400be1ec

View file

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "0.5.3.3";
sha256 = "1772r6rfajcn622dxwy9z1bvv53l5xj6acbcv8n9p7h01fs52mpr";
buildDepends = [ mtl typeEquality ];
noHaddock = true;
meta = {
homepage = "http://code.google.com/p/replib/";
description = "Generic programming library with representation types";